Html Css Color HEX #B72449 Old Rose

📋 copy color: '#B72449'

red 183 ◦ green 36 ◦ blue 73

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

Shades of Old Rose #B72449

Tints of Old Rose #B72449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 25%

R = 62.67%
G = 12.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B72449 (or 0xB72449) is known color: Old Rose. HEX triplet: B7, 24 and 49. RGB value is (183,36,73). Sum of RGB (Red+Green+Blue) = 183+36+73=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72449 is #48DBB6. Grayscale: #545454. Windows color (decimal): -4774839 or 4793527. OLE color: 4793527.

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

Color convert

RGB 183 36 73 -
CMYK 0 0.80 0.60 0.28
HSL 344.9º 0.67% 0.43% -
HSV(B) 344.9º 0.8% 0.72% -
XYZ 21.36 11.81 7.46 -
YUV 84.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 183 36 73 0 0.80 0.60 0.28 344.9 0.67 0.43
Hex B7 24 49 0 50 3C 1C 159 43 2B
Octal 267 44 111 0 120 74 34 531 103 53
Binary 10110111 100100 1001001 0 1010000 111100 11100 101011001 1000011 101011

Color Harmonies of #B72449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72449

Black with #B72449

Text Example


Text Example

White with #B72449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72449; }

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

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

background-color css

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

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

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

border-color css

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

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

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