Html Css Color HEX #B01A3C Cardinal

📋 copy color: '#B01A3C'

red 176 ◦ green 26 ◦ blue 60

#B01A3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B01A3C

Tints of Cardinal #B01A3C

RGB

 RED value IS 176 (69.14% from 255) = 67.18%

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 67.18%
G = 9.92%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B01A3C (or 0xB01A3C) is known color: Cardinal. HEX triplet: B0, 1A and 3C. RGB value is (176,26,60). Sum of RGB (Red+Green+Blue) = 176+26+60=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A3C is #4FE5C3. Grayscale: #4A4A4A. Windows color (decimal): -5236164 or 3938992. OLE color: 3938992.

HSL color Cylindrical-coordinate representation of color #B01A3C: hue angle of 346.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01A3C is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 60 -
CMYK 0 0.85 0.66 0.31
HSL 346.4º 0.74% 0.4% -
HSV(B) 346.4º 0.85% 0.69% -
XYZ 19.09 10.3 5.26 -
YUV 74.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 176 26 60 0 0.85 0.66 0.31 346.4 0.74 0.4
Hex B0 1A 3C 0 55 42 1F 15A 4A 28
Octal 260 32 74 0 125 102 37 532 112 50
Binary 10110000 11010 111100 0 1010101 1000010 11111 101011010 1001010 101000

Color Harmonies of #B01A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A3C

Black with #B01A3C

Text Example


Text Example

White with #B01A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A3C; }

 p { color: rgb(176,26,60); }

 H1.HeaderClassName
 {
   color: #B01A3C;
 }
 .AnyTagClassName
 {
   color: #B01A3C;
 }
</style>

background-color css

<style>
 a { background-color: #B01A3C; }

 a { background-color: rgb(176,26,60); }

 div.DivClassName
 {
   background-color: #B01A3C;
 }
 .BgClassName
 {
   background-color: #B01A3C;
 }
</style>

border-color css

<style>
 span { border-color: #B01A3C; }

 span { border-color: rgb(176,26,60); }

 td.TdClassName
 {
   border-color: #B01A3C;
 }
 .TagClassName
 {
   border-color: #B01A3C;
 }
</style>