Html Css Color HEX #B52452 Old Rose

📋 copy color: '#B52452'

red 181 ◦ green 36 ◦ blue 82

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

Shades of Old Rose #B52452

Tints of Old Rose #B52452

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 60.54%
G = 12.04%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B52452 (or 0xB52452) is known color: Old Rose. HEX triplet: B5, 24 and 52. RGB value is (181,36,82). Sum of RGB (Red+Green+Blue) = 181+36+82=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B52452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52452 is #4ADBAD. Grayscale: #545454. Windows color (decimal): -4905902 or 5383349. OLE color: 5383349.

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

Color convert

RGB 181 36 82 -
CMYK 0 0.80 0.55 0.29
HSL 340.97º 0.67% 0.43% -
HSV(B) 340.97º 0.8% 0.71% -
XYZ 21.21 11.69 9.12 -
YUV 84.6 126.54 196.76 -
System Red Green Blue C M Y K H S L
Decimal 181 36 82 0 0.80 0.55 0.29 340.97 0.67 0.43
Hex B5 24 52 0 50 37 1D 155 43 2B
Octal 265 44 122 0 120 67 35 525 103 53
Binary 10110101 100100 1010010 0 1010000 110111 11101 101010101 1000011 101011

Color Harmonies of #B52452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52452

Black with #B52452

Text Example


Text Example

White with #B52452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52452; }

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

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

background-color css

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

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

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

border-color css

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

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

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