#10070C

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

Shades of Rustic Red #10070C

Tints of Rustic Red #10070C

Color information

#10070C (or 0x10070C) is unknown color: approx Rustic Red. HEX triplet: 10, 07 and 0C. RGB value is (16,7,12). Sum of RGB (Red+Green+Blue) = 16+7+12=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070C is #EFF8F3. Grayscale: #0A0A0A. Windows color (decimal): -15726836 or 788240. OLE color: 788240.

HSL color Cylindrical-coordinate representation of color #10070C: hue angle of 326.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10070C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.94.

Color convert

RGB16712-
CMYK00.560.250.94
HSL326.67º39.13%4.51%-
HSV(B)326.67º56.25%6.27%-
XYZ0.360.290.38-
YUV10.26128.98132.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 45.71%
GREEN value IS 7 (3.12% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 34.29%
R=45.71%
G=20%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1671200.560.250.94326.6739.134.51
Hex107C038195E147275
Octal2071407031136507475
Binary1000011111000111000110011011110101000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10070C; }

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

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

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

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

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

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

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

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