#530109

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

Shades of Rustic Red #530109

Tints of Rustic Red #530109

Color information

#530109 (or 0x530109) is unknown color: approx Rustic Red. HEX triplet: 53, 01 and 09. RGB value is (83,1,9). Sum of RGB (Red+Green+Blue) = 83+1+9=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530109 is #ACFEF6. Grayscale: #1A1A1A. Windows color (decimal): -11337463 or 590163. OLE color: 590163.

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

Color convert

RGB8319-
CMYK00.990.890.67
HSL354.15º97.62%16.47%-
HSV(B)354.15º98.8%32.55%-
XYZ3.631.880.43-
YUV26.43118.17168.35-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 89.25%
GREEN value IS 1 (0.78% from 255) = 1.08%
BLUE value IS 9 (3.91% from 255) = 9.68%
R=89.25%
G=1.08%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal831900.990.890.67354.1597.6216.47
Hex531906359431626210
Octal123111014313110354214220
Binary1010011110010110001110110011000011101100010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530109; }

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

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

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

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

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

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

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

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