#120205

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

Shades of Rustic Red #120205

Tints of Rustic Red #120205

Color information

#120205 (or 0x120205) is unknown color: approx Rustic Red. HEX triplet: 12, 02 and 05. RGB value is (18,2,5). Sum of RGB (Red+Green+Blue) = 18+2+5=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 5 (2.34% from 255 or 20% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120205 is #EDFDFA. Grayscale: #070707. Windows color (decimal): -15597051 or 328210. OLE color: 328210.

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

Color convert

RGB1825-
CMYK00.890.720.93
HSL348.75º80%3.92%-
HSV(B)348.75º88.89%7.06%-
XYZ0.30.180.16-
YUV7.13126.8135.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 72%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 5 (2.34% from 255) = 20%
R=72%
G=8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182500.890.720.93348.75803.92
Hex1225059485D15d504
Octal222501311101355351204
Binary100101010101011001100100010111011010111011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120205; }

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

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

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

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

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

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

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

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