#120002

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

Shades of Rustic Red #120002

Tints of Rustic Red #120002

Color information

#120002 (or 0x120002) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 02. RGB value is (18,0,2). Sum of RGB (Red+Green+Blue) = 18+0+2=20 (2% of max value = 765). Red value is 18 (7.42% from 255 or 90% from 20); Green value is 0 (0.39% from 255 or 0% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 18 - color contains mainly: red. Hex color #120002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120002 is #EDFFFD. Grayscale: #050505. Windows color (decimal): -15597566 or 131090. OLE color: 131090.

HSL color Cylindrical-coordinate representation of color #120002: hue angle of 353.33º 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 #120002 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB1802-
CMYK010.890.93
HSL353.33º100%3.53%-
HSV(B)353.33º100%7.06%-
XYZ0.260.130.07-
YUV5.61125.96136.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 10%
R=90%
G=0%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1802010.890.93353.331003.53
Hex1202064595D161644
Octal220201441311355411444
Binary1001001001100100101100110111011011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120002; }

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

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

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

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

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

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

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

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