Html Css Color HEX #B53949 Old Rose

📋 copy color: '#B53949'

red 181 ◦ green 57 ◦ blue 73

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

Shades of Old Rose #B53949

Tints of Old Rose #B53949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 58.2%
G = 18.33%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B53949 (or 0xB53949) is known color: Old Rose. HEX triplet: B5, 39 and 49. RGB value is (181,57,73). Sum of RGB (Red+Green+Blue) = 181+57+73=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B53949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53949 is #4AC6B6. Grayscale: #5F5F5F. Windows color (decimal): -4900535 or 4798901. OLE color: 4798901.

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

Color convert

RGB 181 57 73 -
CMYK 0 0.69 0.60 0.29
HSL 352.26º 0.52% 0.47% -
HSV(B) 352.26º 0.69% 0.71% -
XYZ 21.72 13.23 7.71 -
YUV 95.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 181 57 73 0 0.69 0.60 0.29 352.26 0.52 0.47
Hex B5 39 49 0 45 3C 1D 160 34 2F
Octal 265 71 111 0 105 74 35 540 64 57
Binary 10110101 111001 1001001 0 1000101 111100 11101 101100000 110100 101111

Color Harmonies of #B53949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53949

Black with #B53949

Text Example


Text Example

White with #B53949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53949; }

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

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

background-color css

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

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

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

border-color css

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

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

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