#530009

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

Shades of Rustic Red #530009

Tints of Rustic Red #530009

Color information

#530009 (or 0x530009) is unknown color: approx Rustic Red. HEX triplet: 53, 00 and 09. RGB value is (83,0,9). Sum of RGB (Red+Green+Blue) = 83+0+9=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530009 is #ACFFF6. Grayscale: #191919. Windows color (decimal): -11337719 or 589907. OLE color: 589907.

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

Color convert

RGB8309-
CMYK010.890.67
HSL353.49º100%16.27%-
HSV(B)353.49º100%32.55%-
XYZ3.621.860.43-
YUV25.84118.5168.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 90.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 9.78%
R=90.22%
G=0%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8309010.890.67353.4910016.27
Hex530906459431616410
Octal123011014413110354114420
Binary1010011010010110010010110011000011101100001110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530009; }

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

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

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

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

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

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

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

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