#120207

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

Shades of Rustic Red #120207

Tints of Rustic Red #120207

Color information

#120207 (or 0x120207) is unknown color: approx Rustic Red. HEX triplet: 12, 02 and 07. RGB value is (18,2,7). Sum of RGB (Red+Green+Blue) = 18+2+7=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120207 is #EDFDF8. Grayscale: #070707. Windows color (decimal): -15597049 or 459282. OLE color: 459282.

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

Color convert

RGB1827-
CMYK00.890.610.93
HSL341.25º80%3.92%-
HSV(B)341.25º88.89%7.06%-
XYZ0.310.190.22-
YUV7.35127.8135.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 66.67%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 7 (3.12% from 255) = 25.93%
R=66.67%
G=7.41%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182700.890.610.93341.25803.92
Hex12270593D5D155504
Octal22270131751355251204
Binary10010101110101100111110110111011010101011010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120207; }

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

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

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

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

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

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

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

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