Html Css Color HEX #B53250 Old Rose

📋 copy color: '#B53250'

red 181 ◦ green 50 ◦ blue 80

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

Shades of Old Rose #B53250

Tints of Old Rose #B53250

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 58.2%
G = 16.08%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B53250 (or 0xB53250) is known color: Old Rose. HEX triplet: B5, 32 and 50. RGB value is (181,50,80). Sum of RGB (Red+Green+Blue) = 181+50+80=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B53250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53250 is #4ACDAF. Grayscale: #5C5C5C. Windows color (decimal): -4902320 or 5255861. OLE color: 5255861.

HSL color Cylindrical-coordinate representation of color #B53250: hue angle of 346.26º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53250 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 50 80 -
CMYK 0 0.72 0.56 0.29
HSL 346.26º 0.57% 0.45% -
HSV(B) 346.26º 0.72% 0.71% -
XYZ 21.64 12.68 8.9 -
YUV 92.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 181 50 80 0 0.72 0.56 0.29 346.26 0.57 0.45
Hex B5 32 50 0 48 38 1D 15A 39 2D
Octal 265 62 120 0 110 70 35 532 71 55
Binary 10110101 110010 1010000 0 1001000 111000 11101 101011010 111001 101101

Color Harmonies of #B53250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53250

Black with #B53250

Text Example


Text Example

White with #B53250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53250; }

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

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

background-color css

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

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

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

border-color css

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

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

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