#530409

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

Shades of Rustic Red #530409

Tints of Rustic Red #530409

Color information

#530409 (or 0x530409) is unknown color: approx Rustic Red. HEX triplet: 53, 04 and 09. RGB value is (83,4,9). Sum of RGB (Red+Green+Blue) = 83+4+9=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530409 is #ACFBF6. Grayscale: #1C1C1C. Windows color (decimal): -11336695 or 590931. OLE color: 590931.

HSL color Cylindrical-coordinate representation of color #530409: hue angle of 356.2º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530409 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB8349-
CMYK00.950.890.67
HSL356.2º90.8%17.06%-
HSV(B)356.2º95.18%32.55%-
XYZ3.661.950.44-
YUV28.19117.17167.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 86.46%
GREEN value IS 4 (1.95% from 255) = 4.17%
BLUE value IS 9 (3.91% from 255) = 9.38%
R=86.46%
G=4.17%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal834900.950.890.67356.290.817.06
Hex534905F59431645b11
Octal123411013713110354413321
Binary101001110010010101111110110011000011101100100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530409; }

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

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

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

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

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

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

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

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