#53090C

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

Shades of Rustic Red #53090C

Tints of Rustic Red #53090C

Color information

#53090C (or 0x53090C) is unknown color: approx Rustic Red. HEX triplet: 53, 09 and 0C. RGB value is (83,9,12). Sum of RGB (Red+Green+Blue) = 83+9+12=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #53090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090C is #ACF6F3. Grayscale: #1F1F1F. Windows color (decimal): -11335412 or 788819. OLE color: 788819.

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

Color convert

RGB83912-
CMYK00.890.860.67
HSL357.57º80.43%18.04%-
HSV(B)357.57º89.16%32.55%-
XYZ3.732.060.55-
YUV31.47117.02164.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 79.81%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=79.81%
G=8.65%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8391200.890.860.67357.5780.4318.04
Hex539C05956431665012
Octal1231114013112610354612022
Binary1010011100111000101100110101101000011101100110101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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