#100B0D

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

Shades of Rustic Red #100B0D

Tints of Rustic Red #100B0D

Color information

#100B0D (or 0x100B0D) is unknown color: approx Rustic Red. HEX triplet: 10, 0B and 0D. RGB value is (16,11,13). Sum of RGB (Red+Green+Blue) = 16+11+13=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0D is #EFF4F2. Grayscale: #0C0C0C. Windows color (decimal): -15725811 or 854800. OLE color: 854800.

HSL color Cylindrical-coordinate representation of color #100B0D: hue angle of 336º 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 #100B0D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.94.

Color convert

RGB161113-
CMYK00.310.190.94
HSL336º18.52%5.29%-
HSV(B)336º31.25%6.27%-
XYZ0.410.380.43-
YUV12.72128.16130.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 40%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 13 (5.47% from 255) = 32.5%
R=40%
G=27.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.19
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal16111300.310.190.9433618.525.29
Hex10BD01F135E150135
Octal20131503723136520235
Binary100001011110101111110011101111010101000010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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