Html Css Color HEX #B72D4C Old Rose

📋 copy color: '#B72D4C'

red 183 ◦ green 45 ◦ blue 76

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

Shades of Old Rose #B72D4C

Tints of Old Rose #B72D4C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 60.2%
G = 14.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B72D4C (or 0xB72D4C) is known color: Old Rose. HEX triplet: B7, 2D and 4C. RGB value is (183,45,76). Sum of RGB (Red+Green+Blue) = 183+45+76=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D4C is #48D2B3. Grayscale: #595959. Windows color (decimal): -4772532 or 4992439. OLE color: 4992439.

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

Color convert

RGB 183 45 76 -
CMYK 0 0.75 0.58 0.28
HSL 346.52º 0.61% 0.45% -
HSV(B) 346.52º 0.75% 0.72% -
XYZ 21.77 12.47 8.1 -
YUV 89.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 183 45 76 0 0.75 0.58 0.28 346.52 0.61 0.45
Hex B7 2D 4C 0 4B 3A 1C 15B 3D 2D
Octal 267 55 114 0 113 72 34 533 75 55
Binary 10110111 101101 1001100 0 1001011 111010 11100 101011011 111101 101101

Color Harmonies of #B72D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D4C

Black with #B72D4C

Text Example


Text Example

White with #B72D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D4C; }

 p { color: rgb(183,45,76); }

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

background-color css

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

 a { background-color: rgb(183,45,76); }

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

border-color css

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

 span { border-color: rgb(183,45,76); }

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