Html Css Color HEX #B53546 Old Rose

📋 copy color: '#B53546'

red 181 ◦ green 53 ◦ blue 70

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

Shades of Old Rose #B53546

Tints of Old Rose #B53546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 59.54%
G = 17.43%
B = 23.03%

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

#B53546 (or 0xB53546) is known color: Old Rose. HEX triplet: B5, 35 and 46. RGB value is (181,53,70). Sum of RGB (Red+Green+Blue) = 181+53+70=304 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.54% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 181 - color contains mainly: red. Hex color #B53546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53546 is #4ACAB9. Grayscale: #5D5D5D. Windows color (decimal): -4901562 or 4601269. OLE color: 4601269.

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

Color convert

RGB 181 53 70 -
CMYK 0 0.71 0.61 0.29
HSL 352.03º 0.55% 0.46% -
HSV(B) 352.03º 0.71% 0.71% -
XYZ 21.43 12.81 7.14 -
YUV 93.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 181 53 70 0 0.71 0.61 0.29 352.03 0.55 0.46
Hex B5 35 46 0 47 3D 1D 160 37 2E
Octal 265 65 106 0 107 75 35 540 67 56
Binary 10110101 110101 1000110 0 1000111 111101 11101 101100000 110111 101110

Color Harmonies of #B53546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53546

Black with #B53546

Text Example


Text Example

White with #B53546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53546; }

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

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

background-color css

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

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

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

border-color css

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

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

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