#530309

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

Shades of Rustic Red #530309

Tints of Rustic Red #530309

Color information

#530309 (or 0x530309) is unknown color: approx Rustic Red. HEX triplet: 53, 03 and 09. RGB value is (83,3,9). Sum of RGB (Red+Green+Blue) = 83+3+9=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 9 (3.91% from 255 or 9.47% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #530309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530309 is #ACFCF6. Grayscale: #1B1B1B. Windows color (decimal): -11336951 or 590675. OLE color: 590675.

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

Color convert

RGB8339-
CMYK00.960.890.67
HSL355.5º93.02%16.86%-
HSV(B)355.5º96.39%32.55%-
XYZ3.651.920.44-
YUV27.6117.5167.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 87.37%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 9 (3.91% from 255) = 9.47%
R=87.37%
G=3.16%
B=9.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833900.960.890.67355.593.0216.86
Hex533906059431645d11
Octal123311014013110354413521
Binary10100111110010110000010110011000011101100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530309; }

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

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

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

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

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

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

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

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