Html Css Color HEX #B52950 Old Rose

📋 copy color: '#B52950'

red 181 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #B52950

Tints of Old Rose #B52950

RGB

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

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

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

R = 59.93%
G = 13.58%
B = 26.49%

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

#B52950 (or 0xB52950) is known color: Old Rose. HEX triplet: B5, 29 and 50. RGB value is (181,41,80). Sum of RGB (Red+Green+Blue) = 181+41+80=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B52950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52950 is #4AD6AF. Grayscale: #575757. Windows color (decimal): -4904624 or 5253557. OLE color: 5253557.

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

Color convert

RGB 181 41 80 -
CMYK 0 0.77 0.56 0.29
HSL 343.29º 0.63% 0.44% -
HSV(B) 343.29º 0.77% 0.71% -
XYZ 21.3 11.99 8.78 -
YUV 87.31 123.88 194.83 -
System Red Green Blue C M Y K H S L
Decimal 181 41 80 0 0.77 0.56 0.29 343.29 0.63 0.44
Hex B5 29 50 0 4D 38 1D 157 3F 2C
Octal 265 51 120 0 115 70 35 527 77 54
Binary 10110101 101001 1010000 0 1001101 111000 11101 101010111 111111 101100

Color Harmonies of #B52950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52950

Black with #B52950

Text Example


Text Example

White with #B52950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52950; }

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

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

background-color css

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

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

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

border-color css

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

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

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