Html Css Color HEX #B72E48 Old Rose

📋 copy color: '#B72E48'

red 183 ◦ green 46 ◦ blue 72

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

Shades of Old Rose #B72E48

Tints of Old Rose #B72E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 60.8%
G = 15.28%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B72E48 (or 0xB72E48) is known color: Old Rose. HEX triplet: B7, 2E and 48. RGB value is (183,46,72). Sum of RGB (Red+Green+Blue) = 183+46+72=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E48 is #48D1B7. Grayscale: #595959. Windows color (decimal): -4772280 or 4730551. OLE color: 4730551.

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

Color convert

RGB 183 46 72 -
CMYK 0 0.75 0.61 0.28
HSL 348.61º 0.6% 0.45% -
HSV(B) 348.61º 0.75% 0.72% -
XYZ 21.68 12.49 7.4 -
YUV 89.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 183 46 72 0 0.75 0.61 0.28 348.61 0.6 0.45
Hex B7 2E 48 0 4B 3D 1C 15D 3C 2D
Octal 267 56 110 0 113 75 34 535 74 55
Binary 10110111 101110 1001000 0 1001011 111101 11100 101011101 111100 101101

Color Harmonies of #B72E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72E48

Black with #B72E48

Text Example


Text Example

White with #B72E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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