Html Css Color HEX #B52553 Old Rose

📋 copy color: '#B52553'

red 181 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #B52553

Tints of Old Rose #B52553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 60.13%
G = 12.29%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B52553 (or 0xB52553) is known color: Old Rose. HEX triplet: B5, 25 and 53. RGB value is (181,37,83). Sum of RGB (Red+Green+Blue) = 181+37+83=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B52553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52553 is #4ADAAC. Grayscale: #555555. Windows color (decimal): -4905645 or 5449141. OLE color: 5449141.

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

Color convert

RGB 181 37 83 -
CMYK 0 0.80 0.54 0.29
HSL 340.83º 0.66% 0.43% -
HSV(B) 340.83º 0.8% 0.71% -
XYZ 21.28 11.77 9.33 -
YUV 85.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 181 37 83 0 0.80 0.54 0.29 340.83 0.66 0.43
Hex B5 25 53 0 50 36 1D 155 42 2B
Octal 265 45 123 0 120 66 35 525 102 53
Binary 10110101 100101 1010011 0 1010000 110110 11101 101010101 1000010 101011

Color Harmonies of #B52553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52553

Black with #B52553

Text Example


Text Example

White with #B52553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52553; }

 p { color: rgb(181,37,83); }

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

background-color css

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

 a { background-color: rgb(181,37,83); }

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

border-color css

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

 span { border-color: rgb(181,37,83); }

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