Html Css Color HEX #B72C52 Old Rose

📋 copy color: '#B72C52'

red 183 ◦ green 44 ◦ blue 82

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

Shades of Old Rose #B72C52

Tints of Old Rose #B72C52

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.24%

 BLUE value IS 82 (32.42% from 255) = 26.54%

R = 59.22%
G = 14.24%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#B72C52 (or 0xB72C52) is known color: Old Rose. HEX triplet: B7, 2C and 52. RGB value is (183,44,82). Sum of RGB (Red+Green+Blue) = 183+44+82=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 44 (17.58% from 255 or 14.24% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C52 is #48D3AD. Grayscale: #595959. Windows color (decimal): -4772782 or 5385399. OLE color: 5385399.

HSL color Cylindrical-coordinate representation of color #B72C52: hue angle of 343.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C52 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 44 82 -
CMYK 0 0.76 0.55 0.28
HSL 343.6º 0.61% 0.45% -
HSV(B) 343.6º 0.76% 0.72% -
XYZ 21.95 12.48 9.23 -
YUV 89.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 183 44 82 0 0.76 0.55 0.28 343.6 0.61 0.45
Hex B7 2C 52 0 4C 37 1C 158 3D 2D
Octal 267 54 122 0 114 67 34 530 75 55
Binary 10110111 101100 1010010 0 1001100 110111 11100 101011000 111101 101101

Color Harmonies of #B72C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72C52

Black with #B72C52

Text Example


Text Example

White with #B72C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72C52; }

 p { color: rgb(183,44,82); }

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

background-color css

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

 a { background-color: rgb(183,44,82); }

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

border-color css

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

 span { border-color: rgb(183,44,82); }

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