#53050B

Color #53050B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #53050B

Tints of Rustic Red #53050B

Color information

#53050B (or 0x53050B) is unknown color: approx Rustic Red. HEX triplet: 53, 05 and 0B. RGB value is (83,5,11). Sum of RGB (Red+Green+Blue) = 83+5+11=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 5 (2.34% from 255 or 5.05% from 99); Blue value is 11 (4.69% from 255 or 11.11% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050B is #ACFAF4. Grayscale: #1D1D1D. Windows color (decimal): -11336437 or 722259. OLE color: 722259.

HSL color Cylindrical-coordinate representation of color #53050B: hue angle of 355.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53050B is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB83511-
CMYK00.940.870.67
HSL355.38º88.64%17.25%-
HSV(B)355.38º93.98%32.55%-
XYZ3.681.970.5-
YUV29.01117.84166.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83.84%
GREEN value IS 5 (2.34% from 255) = 5.05%
BLUE value IS 11 (4.69% from 255) = 11.11%
R=83.84%
G=5.05%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351100.940.870.67355.3888.6417.25
Hex535B05E57431635911
Octal123513013612710354313121
Binary101001110110110101111010101111000011101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53050B; }

 p { color: rgb(83,5,11); }

 H1.HeaderClassName
 {
   color: #53050B;
 }
 .AnyTagClassName
 {
   color: #53050B;
 }
</style>
background-color css

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

 a { background-color: rgb(83,5,11); }

 div.DivClassName
 {
   background-color: #53050B;
 }
 .BgClassName
 {
   background-color: #53050B;
 }
</style>
border-color css

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

 span { border-color: rgb(83,5,11); }

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