#100509

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

Shades of Rustic Red #100509

Tints of Rustic Red #100509

Color information

#100509 (or 0x100509) is unknown color: approx Rustic Red. HEX triplet: 10, 05 and 09. RGB value is (16,5,9). Sum of RGB (Red+Green+Blue) = 16+5+9=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #100509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100509 is #EFFAF6. Grayscale: #080808. Windows color (decimal): -15727351 or 591120. OLE color: 591120.

HSL color Cylindrical-coordinate representation of color #100509: hue angle of 338.18º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100509 is Cyan = 0, Magento = 0.69, Yellow = 0.44 and Black (K on CMYK) = 0.94.

Color convert

RGB1659-
CMYK00.690.440.94
HSL338.18º52.38%4.12%-
HSV(B)338.18º68.75%6.27%-
XYZ0.320.240.29-
YUV8.74128.14133.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 53.33%
GREEN value IS 5 (2.34% from 255) = 16.67%
BLUE value IS 9 (3.91% from 255) = 30%
R=53.33%
G=16.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal165900.690.440.94338.1852.384.12
Hex10590452C5E152344
Octal20511010554136522644
Binary100001011001010001011011001011110101010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100509; }

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

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

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

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

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

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

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

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