Html Css Color HEX #B53351 Old Rose

📋 copy color: '#B53351'

red 181 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #B53351

Tints of Old Rose #B53351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.88%

R = 57.83%
G = 16.29%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B53351 (or 0xB53351) is known color: Old Rose. HEX triplet: B5, 33 and 51. RGB value is (181,51,81). Sum of RGB (Red+Green+Blue) = 181+51+81=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B53351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53351 is #4ACCAE. Grayscale: #5D5D5D. Windows color (decimal): -4902063 or 5321653. OLE color: 5321653.

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

Color convert

RGB 181 51 81 -
CMYK 0 0.72 0.55 0.29
HSL 346.15º 0.56% 0.45% -
HSV(B) 346.15º 0.72% 0.71% -
XYZ 21.73 12.79 9.11 -
YUV 93.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 181 51 81 0 0.72 0.55 0.29 346.15 0.56 0.45
Hex B5 33 51 0 48 37 1D 15A 38 2D
Octal 265 63 121 0 110 67 35 532 70 55
Binary 10110101 110011 1010001 0 1001000 110111 11101 101011010 111000 101101

Color Harmonies of #B53351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53351

Black with #B53351

Text Example


Text Example

White with #B53351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53351; }

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

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

background-color css

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

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

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

border-color css

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

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

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