#100E0F

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

Shades of Rustic Red #100E0F

Tints of Rustic Red #100E0F

Color information

#100E0F (or 0x100E0F) is unknown color: approx Rustic Red. HEX triplet: 10, 0E and 0F. RGB value is (16,14,15). Sum of RGB (Red+Green+Blue) = 16+14+15=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 16 - color contains mainly: red. Hex color #100E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E0F is #EFF1F0. Grayscale: #0E0E0E. Windows color (decimal): -15725041 or 986640. OLE color: 986640.

HSL color Cylindrical-coordinate representation of color #100E0F: hue angle of 330º degrees, saturation: 0.07, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #100E0F is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB161415-
CMYK00.130.060.94
HSL330º6.67%5.88%-
HSV(B)330º12.5%6.27%-
XYZ0.460.460.52-
YUV14.71128.16128.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 35.56%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=35.56%
G=31.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16141500.130.060.943306.675.88
Hex10EF0D65E14a76
Octal201617015613651276
Binary1000011101111011011101011110101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E0F; }

 p { color: rgb(16,14,15); }

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

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

 a { background-color: rgb(16,14,15); }

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

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

 span { border-color: rgb(16,14,15); }

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