Html Css Color HEX #B72246 Old Rose

📋 copy color: '#B72246'

red 183 ◦ green 34 ◦ blue 70

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

Shades of Old Rose #B72246

Tints of Old Rose #B72246

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.85%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 63.76%
G = 11.85%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B72246 (or 0xB72246) is known color: Old Rose. HEX triplet: B7, 22 and 46. RGB value is (183,34,70). Sum of RGB (Red+Green+Blue) = 183+34+70=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B72246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72246 is #48DDB9. Grayscale: #525252. Windows color (decimal): -4775354 or 4596407. OLE color: 4596407.

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

Color convert

RGB 183 34 70 -
CMYK 0 0.81 0.62 0.28
HSL 345.5º 0.69% 0.43% -
HSV(B) 345.5º 0.81% 0.72% -
XYZ 21.21 11.65 6.93 -
YUV 82.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 183 34 70 0 0.81 0.62 0.28 345.5 0.69 0.43
Hex B7 22 46 0 51 3E 1C 15A 45 2B
Octal 267 42 106 0 121 76 34 532 105 53
Binary 10110111 100010 1000110 0 1010001 111110 11100 101011010 1000101 101011

Color Harmonies of #B72246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72246

Black with #B72246

Text Example


Text Example

White with #B72246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72246; }

 p { color: rgb(183,34,70); }

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

background-color css

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

 a { background-color: rgb(183,34,70); }

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

border-color css

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

 span { border-color: rgb(183,34,70); }

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