Html Css Color HEX #B52049 Old Rose

📋 copy color: '#B52049'

red 181 ◦ green 32 ◦ blue 73

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

Shades of Old Rose #B52049

Tints of Old Rose #B52049

RGB

 RED value IS 181 (71.09% from 255) = 63.29%

 GREEN value IS 32 (12.89% from 255) = 11.19%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 63.29%
G = 11.19%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B52049 (or 0xB52049) is known color: Old Rose. HEX triplet: B5, 20 and 49. RGB value is (181,32,73). Sum of RGB (Red+Green+Blue) = 181+32+73=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B52049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52049 is #4ADFB6. Grayscale: #515151. Windows color (decimal): -4906935 or 4792501. OLE color: 4792501.

HSL color Cylindrical-coordinate representation of color #B52049: hue angle of 343.49º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52049 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 32 73 -
CMYK 0 0.82 0.60 0.29
HSL 343.49º 0.7% 0.42% -
HSV(B) 343.49º 0.82% 0.71% -
XYZ 20.78 11.34 7.4 -
YUV 81.23 123.36 199.17 -
System Red Green Blue C M Y K H S L
Decimal 181 32 73 0 0.82 0.60 0.29 343.49 0.7 0.42
Hex B5 20 49 0 52 3C 1D 157 46 2A
Octal 265 40 111 0 122 74 35 527 106 52
Binary 10110101 100000 1001001 0 1010010 111100 11101 101010111 1000110 101010

Color Harmonies of #B52049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52049

Black with #B52049

Text Example


Text Example

White with #B52049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52049; }

 p { color: rgb(181,32,73); }

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

background-color css

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

 a { background-color: rgb(181,32,73); }

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

border-color css

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

 span { border-color: rgb(181,32,73); }

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