#120003

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

Shades of Rustic Red #120003

Tints of Rustic Red #120003

Color information

#120003 (or 0x120003) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 03. RGB value is (18,0,3). Sum of RGB (Red+Green+Blue) = 18+0+3=21 (2% of max value = 765). Red value is 18 (7.42% from 255 or 85.71% from 21); Green value is 0 (0.39% from 255 or 0% from 21); Blue value is 3 (1.56% from 255 or 14.29% from 21); Max value from RGB is 18 - color contains mainly: red. Hex color #120003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120003 is #EDFFFC. Grayscale: #050505. Windows color (decimal): -15597565 or 196626. OLE color: 196626.

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

Color convert

RGB1803-
CMYK010.830.93
HSL350º100%3.53%-
HSV(B)350º100%7.06%-
XYZ0.270.140.1-
YUV5.72126.46136.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 85.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 14.29%
R=85.71%
G=0%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1803010.830.933501003.53
Hex1203064535D15e644
Octal220301441231355361444
Binary1001001101100100101001110111011010111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120003; }

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

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

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

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

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

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

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

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