#53070C

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

Shades of Rustic Red #53070C

Tints of Rustic Red #53070C

Color information

#53070C (or 0x53070C) is unknown color: approx Rustic Red. HEX triplet: 53, 07 and 0C. RGB value is (83,7,12). Sum of RGB (Red+Green+Blue) = 83+7+12=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070C is #ACF8F3. Grayscale: #1E1E1E. Windows color (decimal): -11335924 or 788307. OLE color: 788307.

HSL color Cylindrical-coordinate representation of color #53070C: hue angle of 356.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.67.

Color convert

RGB83712-
CMYK00.920.860.67
HSL356.05º84.44%17.65%-
HSV(B)356.05º91.57%32.55%-
XYZ3.712.020.54-
YUV30.29117.68165.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 12 (5.08% from 255) = 11.76%
R=81.37%
G=6.86%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371200.920.860.67356.0584.4417.65
Hex537C05C56431645412
Octal123714013412610354412422
Binary101001111111000101110010101101000011101100100101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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