Html Css Color HEX #B72442 Cardinal

📋 copy color: '#B72442'

red 183 ◦ green 36 ◦ blue 66

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

Shades of Cardinal #B72442

Tints of Cardinal #B72442

RGB

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

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

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

R = 64.21%
G = 12.63%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B72442 (or 0xB72442) is known color: Cardinal. HEX triplet: B7, 24 and 42. RGB value is (183,36,66). Sum of RGB (Red+Green+Blue) = 183+36+66=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B72442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72442 is #48DBBD. Grayscale: #535353. Windows color (decimal): -4774846 or 4334775. OLE color: 4334775.

HSL color Cylindrical-coordinate representation of color #B72442: hue angle of 347.76º 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 #B72442 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 66 -
CMYK 0 0.80 0.64 0.28
HSL 347.76º 0.67% 0.43% -
HSV(B) 347.76º 0.8% 0.72% -
XYZ 21.14 11.72 6.3 -
YUV 83.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 183 36 66 0 0.80 0.64 0.28 347.76 0.67 0.43
Hex B7 24 42 0 50 40 1C 15C 43 2B
Octal 267 44 102 0 120 100 34 534 103 53
Binary 10110111 100100 1000010 0 1010000 1000000 11100 101011100 1000011 101011

Color Harmonies of #B72442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72442

Black with #B72442

Text Example


Text Example

White with #B72442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72442; }

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

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

background-color css

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

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

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

border-color css

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

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

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