Html Css Color HEX #B52149 Old Rose

📋 copy color: '#B52149'

red 181 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #B52149

Tints of Old Rose #B52149

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

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

R = 63.07%
G = 11.5%
B = 25.44%

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

#B52149 (or 0xB52149) is known color: Old Rose. HEX triplet: B5, 21 and 49. RGB value is (181,33,73). Sum of RGB (Red+Green+Blue) = 181+33+73=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B52149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52149 is #4ADEB6. Grayscale: #515151. Windows color (decimal): -4906679 or 4792757. OLE color: 4792757.

HSL color Cylindrical-coordinate representation of color #B52149: hue angle of 343.78º degrees, saturation: 0.69, 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 #B52149 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 33 73 -
CMYK 0 0.82 0.60 0.29
HSL 343.78º 0.69% 0.42% -
HSV(B) 343.78º 0.82% 0.71% -
XYZ 20.8 11.39 7.41 -
YUV 81.81 123.03 198.75 -
System Red Green Blue C M Y K H S L
Decimal 181 33 73 0 0.82 0.60 0.29 343.78 0.69 0.42
Hex B5 21 49 0 52 3C 1D 158 45 2A
Octal 265 41 111 0 122 74 35 530 105 52
Binary 10110101 100001 1001001 0 1010010 111100 11101 101011000 1000101 101010

Color Harmonies of #B52149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52149

Black with #B52149

Text Example


Text Example

White with #B52149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52149; }

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

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

background-color css

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

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

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

border-color css

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

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

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