#120007

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

Shades of Rustic Red #120007

Tints of Rustic Red #120007

Color information

#120007 (or 0x120007) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 07. RGB value is (18,0,7). Sum of RGB (Red+Green+Blue) = 18+0+7=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120007 is #EDFFF8. Grayscale: #060606. Windows color (decimal): -15597561 or 458770. OLE color: 458770.

HSL color Cylindrical-coordinate representation of color #120007: hue angle of 336.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120007 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB1807-
CMYK010.610.93
HSL336.67º100%3.53%-
HSV(B)336.67º100%7.06%-
XYZ0.290.140.21-
YUV6.18128.46136.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 28%
R=72%
G=0%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1807010.610.93336.671003.53
Hex12070643D5D151644
Octal22070144751355211444
Binary1001001110110010011110110111011010100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120007; }

 p { color: rgb(18,0,7); }

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

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

 a { background-color: rgb(18,0,7); }

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

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

 span { border-color: rgb(18,0,7); }

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