Html Css Color HEX #B72439 Cardinal

📋 copy color: '#B72439'

red 183 ◦ green 36 ◦ blue 57

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

Shades of Cardinal #B72439

Tints of Cardinal #B72439

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

 BLUE value IS 57 (22.66% from 255) = 20.65%

R = 66.3%
G = 13.04%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B72439 (or 0xB72439) is known color: Cardinal. HEX triplet: B7, 24 and 39. RGB value is (183,36,57). Sum of RGB (Red+Green+Blue) = 183+36+57=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B72439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72439 is #48DBC6. Grayscale: #525252. Windows color (decimal): -4774855 or 3744951. OLE color: 3744951.

HSL color Cylindrical-coordinate representation of color #B72439: hue angle of 351.43º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72439 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 57 -
CMYK 0 0.80 0.69 0.28
HSL 351.43º 0.67% 0.43% -
HSV(B) 351.43º 0.8% 0.72% -
XYZ 20.9 11.62 5.01 -
YUV 82.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 183 36 57 0 0.80 0.69 0.28 351.43 0.67 0.43
Hex B7 24 39 0 50 45 1C 15F 43 2B
Octal 267 44 71 0 120 105 34 537 103 53
Binary 10110111 100100 111001 0 1010000 1000101 11100 101011111 1000011 101011

Color Harmonies of #B72439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72439

Black with #B72439

Text Example


Text Example

White with #B72439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72439; }

 p { color: rgb(183,36,57); }

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

background-color css

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

 a { background-color: rgb(183,36,57); }

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

border-color css

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

 span { border-color: rgb(183,36,57); }

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