#53090A

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

Shades of Rustic Red #53090A

Tints of Rustic Red #53090A

Color information

#53090A (or 0x53090A) is unknown color: approx Rustic Red. HEX triplet: 53, 09 and 0A. RGB value is (83,9,10). Sum of RGB (Red+Green+Blue) = 83+9+10=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090A is #ACF6F5. Grayscale: #1F1F1F. Windows color (decimal): -11335414 or 657747. OLE color: 657747.

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

Color convert

RGB83910-
CMYK00.890.880.67
HSL359.19º80.43%18.04%-
HSV(B)359.19º89.16%32.55%-
XYZ3.722.060.49-
YUV31.24116.02164.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 81.37%
GREEN value IS 9 (3.91% from 255) = 8.82%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=81.37%
G=8.82%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391000.890.880.67359.1980.4318.04
Hex539A05958431675012
Octal1231112013113010354712022
Binary1010011100110100101100110110001000011101100111101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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