Html Css Color HEX #B53547 Old Rose

📋 copy color: '#B53547'

red 181 ◦ green 53 ◦ blue 71

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

Shades of Old Rose #B53547

Tints of Old Rose #B53547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

 BLUE value IS 71 (28.13% from 255) = 23.28%

R = 59.34%
G = 17.38%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B53547 (or 0xB53547) is known color: Old Rose. HEX triplet: B5, 35 and 47. RGB value is (181,53,71). Sum of RGB (Red+Green+Blue) = 181+53+71=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B53547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53547 is #4ACAB8. Grayscale: #5D5D5D. Windows color (decimal): -4901561 or 4666805. OLE color: 4666805.

HSL color Cylindrical-coordinate representation of color #B53547: hue angle of 351.56º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53547 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 53 71 -
CMYK 0 0.71 0.61 0.29
HSL 351.56º 0.55% 0.46% -
HSV(B) 351.56º 0.71% 0.71% -
XYZ 21.47 12.82 7.31 -
YUV 93.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 181 53 71 0 0.71 0.61 0.29 351.56 0.55 0.46
Hex B5 35 47 0 47 3D 1D 160 37 2E
Octal 265 65 107 0 107 75 35 540 67 56
Binary 10110101 110101 1000111 0 1000111 111101 11101 101100000 110111 101110

Color Harmonies of #B53547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53547

Black with #B53547

Text Example


Text Example

White with #B53547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53547; }

 p { color: rgb(181,53,71); }

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

background-color css

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

 a { background-color: rgb(181,53,71); }

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

border-color css

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

 span { border-color: rgb(181,53,71); }

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