Html Css Color HEX #B53953 Old Rose

📋 copy color: '#B53953'

red 181 ◦ green 57 ◦ blue 83

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

Shades of Old Rose #B53953

Tints of Old Rose #B53953

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 56.39%
G = 17.76%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B53953 (or 0xB53953) is known color: Old Rose. HEX triplet: B5, 39 and 53. RGB value is (181,57,83). Sum of RGB (Red+Green+Blue) = 181+57+83=321 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.39% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 181 - color contains mainly: red. Hex color #B53953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53953 is #4AC6AC. Grayscale: #616161. Windows color (decimal): -4900525 or 5454261. OLE color: 5454261.

HSL color Cylindrical-coordinate representation of color #B53953: hue angle of 347.42º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53953 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 57 83 -
CMYK 0 0.69 0.54 0.29
HSL 347.42º 0.52% 0.47% -
HSV(B) 347.42º 0.69% 0.71% -
XYZ 22.08 13.37 9.6 -
YUV 97.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 181 57 83 0 0.69 0.54 0.29 347.42 0.52 0.47
Hex B5 39 53 0 45 36 1D 15B 34 2F
Octal 265 71 123 0 105 66 35 533 64 57
Binary 10110101 111001 1010011 0 1000101 110110 11101 101011011 110100 101111

Color Harmonies of #B53953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53953

Black with #B53953

Text Example


Text Example

White with #B53953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53953; }

 p { color: rgb(181,57,83); }

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

background-color css

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

 a { background-color: rgb(181,57,83); }

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

border-color css

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

 span { border-color: rgb(181,57,83); }

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