Html Css Color HEX #B52356 Old Rose

📋 copy color: '#B52356'

red 181 ◦ green 35 ◦ blue 86

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

Shades of Old Rose #B52356

Tints of Old Rose #B52356

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.59%

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 59.93%
G = 11.59%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B52356 (or 0xB52356) is known color: Old Rose. HEX triplet: B5, 23 and 56. RGB value is (181,35,86). Sum of RGB (Red+Green+Blue) = 181+35+86=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B52356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52356 is #4ADCA9. Grayscale: #545454. Windows color (decimal): -4906154 or 5645237. OLE color: 5645237.

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

Color convert

RGB 181 35 86 -
CMYK 0 0.81 0.52 0.29
HSL 339.04º 0.68% 0.42% -
HSV(B) 339.04º 0.81% 0.71% -
XYZ 21.34 11.7 9.94 -
YUV 84.47 128.87 196.85 -
System Red Green Blue C M Y K H S L
Decimal 181 35 86 0 0.81 0.52 0.29 339.04 0.68 0.42
Hex B5 23 56 0 51 34 1D 153 44 2A
Octal 265 43 126 0 121 64 35 523 104 52
Binary 10110101 100011 1010110 0 1010001 110100 11101 101010011 1000100 101010

Color Harmonies of #B52356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52356

Black with #B52356

Text Example


Text Example

White with #B52356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52356; }

 p { color: rgb(181,35,86); }

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

background-color css

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

 a { background-color: rgb(181,35,86); }

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

border-color css

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

 span { border-color: rgb(181,35,86); }

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