Html Css Color HEX #B01B29 Cardinal

📋 copy color: '#B01B29'

red 176 ◦ green 27 ◦ blue 41

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

Shades of Cardinal #B01B29

Tints of Cardinal #B01B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.07%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 72.13%
G = 11.07%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B01B29 (or 0xB01B29) is known color: Cardinal. HEX triplet: B0, 1B and 29. RGB value is (176,27,41). Sum of RGB (Red+Green+Blue) = 176+27+41=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 27 (10.94% from 255 or 11.07% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01B29 is #4FE4D6. Grayscale: #494949. Windows color (decimal): -5235927 or 2694064. OLE color: 2694064.

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

Color convert

RGB 176 27 41 -
CMYK 0 0.85 0.77 0.31
HSL 354.36º 0.73% 0.4% -
HSV(B) 354.36º 0.85% 0.69% -
XYZ 18.7 10.17 3.08 -
YUV 73.15 109.86 201.36 -
System Red Green Blue C M Y K H S L
Decimal 176 27 41 0 0.85 0.77 0.31 354.36 0.73 0.4
Hex B0 1B 29 0 55 4D 1F 162 49 28
Octal 260 33 51 0 125 115 37 542 111 50
Binary 10110000 11011 101001 0 1010101 1001101 11111 101100010 1001001 101000

Color Harmonies of #B01B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B29

Black with #B01B29

Text Example


Text Example

White with #B01B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B29; }

 p { color: rgb(176,27,41); }

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

background-color css

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

 a { background-color: rgb(176,27,41); }

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

border-color css

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

 span { border-color: rgb(176,27,41); }

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