#100B0C

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

Shades of Rustic Red #100B0C

Tints of Rustic Red #100B0C

Color information

#100B0C (or 0x100B0C) is unknown color: approx Rustic Red. HEX triplet: 10, 0B and 0C. RGB value is (16,11,12). Sum of RGB (Red+Green+Blue) = 16+11+12=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0C is #EFF4F3. Grayscale: #0C0C0C. Windows color (decimal): -15725812 or 789264. OLE color: 789264.

HSL color Cylindrical-coordinate representation of color #100B0C: hue angle of 348º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #100B0C is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB161112-
CMYK00.310.250.94
HSL348º18.52%5.29%-
HSV(B)348º31.25%6.27%-
XYZ0.40.380.4-
YUV12.61127.66130.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 41.03%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=41.03%
G=28.21%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16111200.310.250.9434818.525.29
Hex10BC01F195E15c135
Octal20131403731136534235
Binary100001011110001111111001101111010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,11,12); }

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

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

 a { background-color: rgb(16,11,12); }

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

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

 span { border-color: rgb(16,11,12); }

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