#100607

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

Shades of Rustic Red #100607

Tints of Rustic Red #100607

Color information

#100607 (or 0x100607) is unknown color: approx Rustic Red. HEX triplet: 10, 06 and 07. RGB value is (16,6,7). Sum of RGB (Red+Green+Blue) = 16+6+7=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100607 is #EFF9F8. Grayscale: #090909. Windows color (decimal): -15727097 or 460304. OLE color: 460304.

HSL color Cylindrical-coordinate representation of color #100607: hue angle of 354º 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 #100607 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB1667-
CMYK00.620.560.94
HSL354º45.45%4.31%-
HSV(B)354º62.5%6.27%-
XYZ0.320.260.23-
YUV9.1126.81132.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 55.17%
GREEN value IS 6 (2.73% from 255) = 20.69%
BLUE value IS 7 (3.12% from 255) = 24.14%
R=55.17%
G=20.69%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal166700.620.560.9435445.454.31
Hex106703E385E1622d4
Octal206707670136542554
Binary1000011011101111101110001011110101100010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100607; }

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

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

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

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

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

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

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

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