#53070A

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

Shades of Rustic Red #53070A

Tints of Rustic Red #53070A

Color information

#53070A (or 0x53070A) is unknown color: approx Rustic Red. HEX triplet: 53, 07 and 0A. RGB value is (83,7,10). Sum of RGB (Red+Green+Blue) = 83+7+10=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 10 (4.30% from 255 or 10% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #53070A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070A is #ACF8F5. Grayscale: #1E1E1E. Windows color (decimal): -11335926 or 657235. OLE color: 657235.

HSL color Cylindrical-coordinate representation of color #53070A: hue angle of 357.63º 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 #53070A is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB83710-
CMYK00.920.880.67
HSL357.63º84.44%17.65%-
HSV(B)357.63º91.57%32.55%-
XYZ3.72.010.48-
YUV30.07116.68165.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 83%
GREEN value IS 7 (3.12% from 255) = 7%
BLUE value IS 10 (4.30% from 255) = 10%
R=83%
G=7%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8371000.920.880.67357.6384.4417.65
Hex537A05C58431665412
Octal123712013413010354612422
Binary101001111110100101110010110001000011101100110101010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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