Html Css Color HEX #B72845 Old Rose

📋 copy color: '#B72845'

red 183 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #B72845

Tints of Old Rose #B72845

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 62.67%
G = 13.7%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B72845 (or 0xB72845) is known color: Old Rose. HEX triplet: B7, 28 and 45. RGB value is (183,40,69). Sum of RGB (Red+Green+Blue) = 183+40+69=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B72845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72845 is #48D7BA. Grayscale: #565656. Windows color (decimal): -4773819 or 4532407. OLE color: 4532407.

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

Color convert

RGB 183 40 69 -
CMYK 0 0.78 0.62 0.28
HSL 347.83º 0.64% 0.44% -
HSV(B) 347.83º 0.78% 0.72% -
XYZ 21.36 12.01 6.82 -
YUV 86.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 183 40 69 0 0.78 0.62 0.28 347.83 0.64 0.44
Hex B7 28 45 0 4E 3E 1C 15C 40 2C
Octal 267 50 105 0 116 76 34 534 100 54
Binary 10110111 101000 1000101 0 1001110 111110 11100 101011100 1000000 101100

Color Harmonies of #B72845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72845

Black with #B72845

Text Example


Text Example

White with #B72845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72845; }

 p { color: rgb(183,40,69); }

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

background-color css

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

 a { background-color: rgb(183,40,69); }

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

border-color css

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

 span { border-color: rgb(183,40,69); }

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