#53050C

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

Shades of Rustic Red #53050C

Tints of Rustic Red #53050C

Color information

#53050C (or 0x53050C) is unknown color: approx Rustic Red. HEX triplet: 53, 05 and 0C. RGB value is (83,5,12). Sum of RGB (Red+Green+Blue) = 83+5+12=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 12 (5.08% from 255 or 12% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050C is #ACFAF3. Grayscale: #1D1D1D. Windows color (decimal): -11336436 or 787795. OLE color: 787795.

HSL color Cylindrical-coordinate representation of color #53050C: hue angle of 354.62º 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 #53050C is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB83512-
CMYK00.940.860.67
HSL354.62º88.64%17.25%-
HSV(B)354.62º93.98%32.55%-
XYZ3.691.970.53-
YUV29.12118.34166.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 12 (5.08% from 255) = 12%
R=83%
G=5%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8351200.940.860.67354.6288.6417.25
Hex535C05E56431635911
Octal123514013612610354313121
Binary101001110111000101111010101101000011101100011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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