#10060B

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

Shades of Rustic Red #10060B

Tints of Rustic Red #10060B

Color information

#10060B (or 0x10060B) is unknown color: approx Rustic Red. HEX triplet: 10, 06 and 0B. RGB value is (16,6,11). Sum of RGB (Red+Green+Blue) = 16+6+11=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 6 (2.73% from 255 or 18.18% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10060B is #EFF9F4. Grayscale: #090909. Windows color (decimal): -15727093 or 722448. OLE color: 722448.

HSL color Cylindrical-coordinate representation of color #10060B: hue angle of 330º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #10060B is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.94.

Color convert

RGB16611-
CMYK00.620.310.94
HSL330º45.45%4.31%-
HSV(B)330º62.5%6.27%-
XYZ0.340.260.35-
YUV9.56128.81132.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 6 (2.73% from 255) = 18.18%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=48.48%
G=18.18%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1661100.620.310.9433045.454.31
Hex106B03E1F5E14a2d4
Octal2061307637136512554
Binary1000011010110111110111111011110101001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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