#100506

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

Shades of Rustic Red #100506

Tints of Rustic Red #100506

Color information

#100506 (or 0x100506) is unknown color: approx Rustic Red. HEX triplet: 10, 05 and 06. RGB value is (16,5,6). Sum of RGB (Red+Green+Blue) = 16+5+6=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100506 is #EFFAF9. Grayscale: #080808. Windows color (decimal): -15727354 or 394512. OLE color: 394512.

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

Color convert

RGB1656-
CMYK00.690.620.94
HSL354.55º52.38%4.12%-
HSV(B)354.55º68.75%6.27%-
XYZ0.30.230.2-
YUV8.4126.64133.42-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 59.26%
GREEN value IS 5 (2.34% from 255) = 18.52%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=59.26%
G=18.52%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal165600.690.620.94354.5552.384.12
Hex10560453E5E163344
Octal2056010576136543644
Binary10000101110010001011111101011110101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100506; }

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

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

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

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

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

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

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

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