Html Css Color HEX #B52458 Old Rose

📋 copy color: '#B52458'

red 181 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #B52458

Tints of Old Rose #B52458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.8%

 BLUE value IS 88 (34.77% from 255) = 28.85%

R = 59.34%
G = 11.8%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B52458 (or 0xB52458) is known color: Old Rose. HEX triplet: B5, 24 and 58. RGB value is (181,36,88). Sum of RGB (Red+Green+Blue) = 181+36+88=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B52458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52458 is #4ADBA7. Grayscale: #555555. Windows color (decimal): -4905896 or 5776565. OLE color: 5776565.

HSL color Cylindrical-coordinate representation of color #B52458: hue angle of 338.48º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52458 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 36 88 -
CMYK 0 0.80 0.51 0.29
HSL 338.48º 0.67% 0.43% -
HSV(B) 338.48º 0.8% 0.71% -
XYZ 21.45 11.79 10.38 -
YUV 85.28 129.54 196.27 -
System Red Green Blue C M Y K H S L
Decimal 181 36 88 0 0.80 0.51 0.29 338.48 0.67 0.43
Hex B5 24 58 0 50 33 1D 152 43 2B
Octal 265 44 130 0 120 63 35 522 103 53
Binary 10110101 100100 1011000 0 1010000 110011 11101 101010010 1000011 101011

Color Harmonies of #B52458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52458

Black with #B52458

Text Example


Text Example

White with #B52458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52458; }

 p { color: rgb(181,36,88); }

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

background-color css

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

 a { background-color: rgb(181,36,88); }

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

border-color css

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

 span { border-color: rgb(181,36,88); }

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