Html Css Color HEX #B53350 Old Rose

📋 copy color: '#B53350'

red 181 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #B53350

Tints of Old Rose #B53350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 58.01%
G = 16.35%
B = 25.64%

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

#B53350 (or 0xB53350) is known color: Old Rose. HEX triplet: B5, 33 and 50. RGB value is (181,51,80). Sum of RGB (Red+Green+Blue) = 181+51+80=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B53350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53350 is #4ACCAF. Grayscale: #5D5D5D. Windows color (decimal): -4902064 or 5256117. OLE color: 5256117.

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

Color convert

RGB 181 51 80 -
CMYK 0 0.72 0.56 0.29
HSL 346.62º 0.56% 0.45% -
HSV(B) 346.62º 0.72% 0.71% -
XYZ 21.69 12.77 8.91 -
YUV 93.18 120.57 190.64 -
System Red Green Blue C M Y K H S L
Decimal 181 51 80 0 0.72 0.56 0.29 346.62 0.56 0.45
Hex B5 33 50 0 48 38 1D 15B 38 2D
Octal 265 63 120 0 110 70 35 533 70 55
Binary 10110101 110011 1010000 0 1001000 111000 11101 101011011 111000 101101

Color Harmonies of #B53350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53350

Black with #B53350

Text Example


Text Example

White with #B53350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53350; }

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

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

background-color css

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

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

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

border-color css

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

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

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