Html Css Color HEX #B53446 Old Rose

📋 copy color: '#B53446'

red 181 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #B53446

Tints of Old Rose #B53446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.16%

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

R = 59.74%
G = 17.16%
B = 23.1%

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

#B53446 (or 0xB53446) is known color: Old Rose. HEX triplet: B5, 34 and 46. RGB value is (181,52,70). Sum of RGB (Red+Green+Blue) = 181+52+70=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B53446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53446 is #4ACBB9. Grayscale: #5C5C5C. Windows color (decimal): -4901818 or 4601013. OLE color: 4601013.

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

Color convert

RGB 181 52 70 -
CMYK 0 0.71 0.61 0.29
HSL 351.63º 0.55% 0.46% -
HSV(B) 351.63º 0.71% 0.71% -
XYZ 21.39 12.72 7.12 -
YUV 92.62 115.24 191.04 -
System Red Green Blue C M Y K H S L
Decimal 181 52 70 0 0.71 0.61 0.29 351.63 0.55 0.46
Hex B5 34 46 0 47 3D 1D 160 37 2E
Octal 265 64 106 0 107 75 35 540 67 56
Binary 10110101 110100 1000110 0 1000111 111101 11101 101100000 110111 101110

Color Harmonies of #B53446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53446

Black with #B53446

Text Example


Text Example

White with #B53446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53446; }

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

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

background-color css

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

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

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

border-color css

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

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

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