#53080C

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

Shades of Rustic Red #53080C

Tints of Rustic Red #53080C

Color information

#53080C (or 0x53080C) is unknown color: approx Rustic Red. HEX triplet: 53, 08 and 0C. RGB value is (83,8,12). Sum of RGB (Red+Green+Blue) = 83+8+12=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53080C is #ACF7F3. Grayscale: #1E1E1E. Windows color (decimal): -11335668 or 788563. OLE color: 788563.

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

Color convert

RGB83812-
CMYK00.900.860.67
HSL356.8º82.42%17.84%-
HSV(B)356.8º90.36%32.55%-
XYZ3.722.040.55-
YUV30.88117.35165.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 80.58%
GREEN value IS 8 (3.52% from 255) = 7.77%
BLUE value IS 12 (5.08% from 255) = 11.65%
R=80.58%
G=7.77%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8381200.900.860.67356.882.4217.84
Hex538C05A56431655212
Octal1231014013212610354512222
Binary1010011100011000101101010101101000011101100101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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