#10080B

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

Shades of Rustic Red #10080B

Tints of Rustic Red #10080B

Color information

#10080B (or 0x10080B) is unknown color: approx Rustic Red. HEX triplet: 10, 08 and 0B. RGB value is (16,8,11). Sum of RGB (Red+Green+Blue) = 16+8+11=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10080B is #EFF7F4. Grayscale: #0A0A0A. Windows color (decimal): -15726581 or 722960. OLE color: 722960.

HSL color Cylindrical-coordinate representation of color #10080B: hue angle of 337.5º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #10080B is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16811-
CMYK00.500.310.94
HSL337.5º33.33%4.71%-
HSV(B)337.5º50%6.27%-
XYZ0.360.310.36-
YUV10.73128.15131.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=45.71%
G=22.86%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1681100.500.310.94337.533.334.71
Hex108B0321F5E152215
Octal20101306237136522415
Binary10000100010110110010111111011110101010010100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10080B; }

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

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

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

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

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

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

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

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