#53040A

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

Shades of Rustic Red #53040A

Tints of Rustic Red #53040A

Color information

#53040A (or 0x53040A) is unknown color: approx Rustic Red. HEX triplet: 53, 04 and 0A. RGB value is (83,4,10). Sum of RGB (Red+Green+Blue) = 83+4+10=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 10 (4.30% from 255 or 10.31% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53040A is #ACFBF5. Grayscale: #1C1C1C. Windows color (decimal): -11336694 or 656467. OLE color: 656467.

HSL color Cylindrical-coordinate representation of color #53040A: hue angle of 355.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53040A is Cyan = 0, Magento = 0.95, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB83410-
CMYK00.950.880.67
HSL355.44º90.8%17.06%-
HSV(B)355.44º95.18%32.55%-
XYZ3.671.950.47-
YUV28.3117.67167.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 10 (4.30% from 255) = 10.31%
R=85.57%
G=4.12%
B=10.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8341000.950.880.67355.4490.817.06
Hex534A05F58431635b11
Octal123412013713010354313321
Binary101001110010100101111110110001000011101100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53040A; }

 p { color: rgb(83,4,10); }

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

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

 a { background-color: rgb(83,4,10); }

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

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

 span { border-color: rgb(83,4,10); }

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