Html Css Color HEX #B01A42 Cardinal

📋 copy color: '#B01A42'

red 176 ◦ green 26 ◦ blue 66

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

Shades of Cardinal #B01A42

Tints of Cardinal #B01A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 65.67%
G = 9.7%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B01A42 (or 0xB01A42) is known color: Cardinal. HEX triplet: B0, 1A and 42. RGB value is (176,26,66). Sum of RGB (Red+Green+Blue) = 176+26+66=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B01A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01A42 is #4FE5BD. Grayscale: #4B4B4B. Windows color (decimal): -5236158 or 4332208. OLE color: 4332208.

HSL color Cylindrical-coordinate representation of color #B01A42: hue angle of 344º 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 #B01A42 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 26 66 -
CMYK 0 0.85 0.62 0.31
HSL 344º 0.74% 0.4% -
HSV(B) 344º 0.85% 0.69% -
XYZ 19.26 10.36 6.14 -
YUV 75.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 176 26 66 0 0.85 0.62 0.31 344 0.74 0.4
Hex B0 1A 42 0 55 3E 1F 158 4A 28
Octal 260 32 102 0 125 76 37 530 112 50
Binary 10110000 11010 1000010 0 1010101 111110 11111 101011000 1001010 101000

Color Harmonies of #B01A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01A42

Black with #B01A42

Text Example


Text Example

White with #B01A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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