Html Css Color HEX #B72029 Cardinal

📋 copy color: '#B72029'

red 183 ◦ green 32 ◦ blue 41

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

Shades of Cardinal #B72029

Tints of Cardinal #B72029

RGB

 RED value IS 183 (71.88% from 255) = 71.48%

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 71.48%
G = 12.5%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B72029 (or 0xB72029) is known color: Cardinal. HEX triplet: B7, 20 and 29. RGB value is (183,32,41). Sum of RGB (Red+Green+Blue) = 183+32+41=256 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.48% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 183 - color contains mainly: red. Hex color #B72029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72029 is #48DFD6. Grayscale: #4E4E4E. Windows color (decimal): -4775895 or 2695351. OLE color: 2695351.

HSL color Cylindrical-coordinate representation of color #B72029: hue angle of 356.42º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72029 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 41 -
CMYK 0 0.83 0.78 0.28
HSL 356.42º 0.7% 0.42% -
HSV(B) 356.42º 0.83% 0.72% -
XYZ 20.45 11.26 3.19 -
YUV 78.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 183 32 41 0 0.83 0.78 0.28 356.42 0.7 0.42
Hex B7 20 29 0 53 4E 1C 164 46 2A
Octal 267 40 51 0 123 116 34 544 106 52
Binary 10110111 100000 101001 0 1010011 1001110 11100 101100100 1000110 101010

Color Harmonies of #B72029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72029

Black with #B72029

Text Example


Text Example

White with #B72029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72029; }

 p { color: rgb(183,32,41); }

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

background-color css

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

 a { background-color: rgb(183,32,41); }

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

border-color css

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

 span { border-color: rgb(183,32,41); }

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