Html Css Color HEX #B72D4E Old Rose

📋 copy color: '#B72D4E'

red 183 ◦ green 45 ◦ blue 78

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

Shades of Old Rose #B72D4E

Tints of Old Rose #B72D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.49%

R = 59.8%
G = 14.71%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B72D4E (or 0xB72D4E) is known color: Old Rose. HEX triplet: B7, 2D and 4E. RGB value is (183,45,78). Sum of RGB (Red+Green+Blue) = 183+45+78=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72D4E is #48D2B1. Grayscale: #5A5A5A. Windows color (decimal): -4772530 or 5123511. OLE color: 5123511.

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

Color convert

RGB 183 45 78 -
CMYK 0 0.75 0.57 0.28
HSL 345.65º 0.61% 0.45% -
HSV(B) 345.65º 0.75% 0.72% -
XYZ 21.84 12.49 8.47 -
YUV 90.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 183 45 78 0 0.75 0.57 0.28 345.65 0.61 0.45
Hex B7 2D 4E 0 4B 39 1C 15A 3D 2D
Octal 267 55 116 0 113 71 34 532 75 55
Binary 10110111 101101 1001110 0 1001011 111001 11100 101011010 111101 101101

Color Harmonies of #B72D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72D4E

Black with #B72D4E

Text Example


Text Example

White with #B72D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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