Html Css Color HEX #B72444 Old Rose

📋 copy color: '#B72444'

red 183 ◦ green 36 ◦ blue 68

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

Shades of Old Rose #B72444

Tints of Old Rose #B72444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.69%

R = 63.76%
G = 12.54%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B72444 (or 0xB72444) is known color: Old Rose. HEX triplet: B7, 24 and 44. RGB value is (183,36,68). Sum of RGB (Red+Green+Blue) = 183+36+68=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72444 is #48DBBB. Grayscale: #535353. Windows color (decimal): -4774844 or 4465847. OLE color: 4465847.

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

Color convert

RGB 183 36 68 -
CMYK 0 0.80 0.63 0.28
HSL 346.94º 0.67% 0.43% -
HSV(B) 346.94º 0.8% 0.72% -
XYZ 21.2 11.75 6.62 -
YUV 83.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 183 36 68 0 0.80 0.63 0.28 346.94 0.67 0.43
Hex B7 24 44 0 50 3F 1C 15B 43 2B
Octal 267 44 104 0 120 77 34 533 103 53
Binary 10110111 100100 1000100 0 1010000 111111 11100 101011011 1000011 101011

Color Harmonies of #B72444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72444

Black with #B72444

Text Example


Text Example

White with #B72444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72444; }

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

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

background-color css

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

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

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

border-color css

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

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

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