Html Css Color HEX #B52058 Old Rose

📋 copy color: '#B52058'

red 181 ◦ green 32 ◦ blue 88

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

Shades of Old Rose #B52058

Tints of Old Rose #B52058

RGB

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

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

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

R = 60.13%
G = 10.63%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B52058 (or 0xB52058) is known color: Old Rose. HEX triplet: B5, 20 and 58. RGB value is (181,32,88). Sum of RGB (Red+Green+Blue) = 181+32+88=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B52058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52058 is #4ADFA7. Grayscale: #525252. Windows color (decimal): -4906920 or 5775541. OLE color: 5775541.

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

Color convert

RGB 181 32 88 -
CMYK 0 0.82 0.51 0.29
HSL 337.45º 0.7% 0.42% -
HSV(B) 337.45º 0.82% 0.71% -
XYZ 21.33 11.56 10.34 -
YUV 82.94 130.86 197.95 -
System Red Green Blue C M Y K H S L
Decimal 181 32 88 0 0.82 0.51 0.29 337.45 0.7 0.42
Hex B5 20 58 0 52 33 1D 151 46 2A
Octal 265 40 130 0 122 63 35 521 106 52
Binary 10110101 100000 1011000 0 1010010 110011 11101 101010001 1000110 101010

Color Harmonies of #B52058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52058

Black with #B52058

Text Example


Text Example

White with #B52058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52058; }

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

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

background-color css

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

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

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

border-color css

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

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

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