Html Css Color HEX #B72E4D Old Rose

📋 copy color: '#B72E4D'

red 183 ◦ green 46 ◦ blue 77

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

Shades of Old Rose #B72E4D

Tints of Old Rose #B72E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.03%

 BLUE value IS 77 (30.47% from 255) = 25.16%

R = 59.8%
G = 15.03%
B = 25.16%

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

#B72E4D (or 0xB72E4D) is known color: Old Rose. HEX triplet: B7, 2E and 4D. RGB value is (183,46,77). Sum of RGB (Red+Green+Blue) = 183+46+77=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72E4D is #48D1B2. Grayscale: #5A5A5A. Windows color (decimal): -4772275 or 5058231. OLE color: 5058231.

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

Color convert

RGB 183 46 77 -
CMYK 0 0.75 0.58 0.28
HSL 346.42º 0.6% 0.45% -
HSV(B) 346.42º 0.75% 0.72% -
XYZ 21.84 12.56 8.29 -
YUV 90.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 183 46 77 0 0.75 0.58 0.28 346.42 0.6 0.45
Hex B7 2E 4D 0 4B 3A 1C 15A 3C 2D
Octal 267 56 115 0 113 72 34 532 74 55
Binary 10110111 101110 1001101 0 1001011 111010 11100 101011010 111100 101101

Color Harmonies of #B72E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E4D

Black with #B72E4D

Text Example


Text Example

White with #B72E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E4D; }

 p { color: rgb(183,46,77); }

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

background-color css

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

 a { background-color: rgb(183,46,77); }

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

border-color css

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

 span { border-color: rgb(183,46,77); }

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