Html Css Color HEX #B52A50 Old Rose

📋 copy color: '#B52A50'

red 181 ◦ green 42 ◦ blue 80

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

Shades of Old Rose #B52A50

Tints of Old Rose #B52A50

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 80 (31.64% from 255) = 26.4%

R = 59.74%
G = 13.86%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B52A50 (or 0xB52A50) is known color: Old Rose. HEX triplet: B5, 2A and 50. RGB value is (181,42,80). Sum of RGB (Red+Green+Blue) = 181+42+80=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A50 is #4AD5AF. Grayscale: #575757. Windows color (decimal): -4904368 or 5253813. OLE color: 5253813.

HSL color Cylindrical-coordinate representation of color #B52A50: hue angle of 343.6º degrees, saturation: 0.62, 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 #B52A50 is Cyan = 0, Magento = 0.77, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 80 -
CMYK 0 0.77 0.56 0.29
HSL 343.6º 0.62% 0.44% -
HSV(B) 343.6º 0.77% 0.71% -
XYZ 21.33 12.06 8.79 -
YUV 87.89 123.55 194.41 -
System Red Green Blue C M Y K H S L
Decimal 181 42 80 0 0.77 0.56 0.29 343.6 0.62 0.44
Hex B5 2A 50 0 4D 38 1D 158 3E 2C
Octal 265 52 120 0 115 70 35 530 76 54
Binary 10110101 101010 1010000 0 1001101 111000 11101 101011000 111110 101100

Color Harmonies of #B52A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A50

Black with #B52A50

Text Example


Text Example

White with #B52A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A50; }

 p { color: rgb(181,42,80); }

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

background-color css

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

 a { background-color: rgb(181,42,80); }

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

border-color css

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

 span { border-color: rgb(181,42,80); }

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