#530509

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

Shades of Rustic Red #530509

Tints of Rustic Red #530509

Color information

#530509 (or 0x530509) is unknown color: approx Rustic Red. HEX triplet: 53, 05 and 09. RGB value is (83,5,9). Sum of RGB (Red+Green+Blue) = 83+5+9=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #530509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530509 is #ACFAF6. Grayscale: #1C1C1C. Windows color (decimal): -11336439 or 591187. OLE color: 591187.

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

Color convert

RGB8359-
CMYK00.940.890.67
HSL356.92º88.64%17.25%-
HSV(B)356.92º93.98%32.55%-
XYZ3.671.970.44-
YUV28.78116.84166.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 85.57%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=85.57%
G=5.15%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal835900.940.890.67356.9288.6417.25
Hex535905E59431655911
Octal123511013613110354513121
Binary101001110110010101111010110011000011101100101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530509; }

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

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

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

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

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

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

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

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