Html Css Color HEX #B52958 Old Rose

📋 copy color: '#B52958'

red 181 ◦ green 41 ◦ blue 88

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

Shades of Old Rose #B52958

Tints of Old Rose #B52958

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.23%

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

R = 58.39%
G = 13.23%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B52958 (or 0xB52958) is known color: Old Rose. HEX triplet: B5, 29 and 58. RGB value is (181,41,88). Sum of RGB (Red+Green+Blue) = 181+41+88=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B52958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52958 is #4AD6A7. Grayscale: #585858. Windows color (decimal): -4904616 or 5777845. OLE color: 5777845.

HSL color Cylindrical-coordinate representation of color #B52958: hue angle of 339.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52958 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 41 88 -
CMYK 0 0.77 0.51 0.29
HSL 339.86º 0.63% 0.44% -
HSV(B) 339.86º 0.77% 0.71% -
XYZ 21.61 12.11 10.43 -
YUV 88.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 181 41 88 0 0.77 0.51 0.29 339.86 0.63 0.44
Hex B5 29 58 0 4D 33 1D 154 3F 2C
Octal 265 51 130 0 115 63 35 524 77 54
Binary 10110101 101001 1011000 0 1001101 110011 11101 101010100 111111 101100

Color Harmonies of #B52958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52958

Black with #B52958

Text Example


Text Example

White with #B52958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52958; }

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

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

background-color css

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

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

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

border-color css

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

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

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