#120203

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

Shades of Rustic Red #120203

Tints of Rustic Red #120203

Color information

#120203 (or 0x120203) is unknown color: approx Rustic Red. HEX triplet: 12, 02 and 03. RGB value is (18,2,3). Sum of RGB (Red+Green+Blue) = 18+2+3=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 2 (1.17% from 255 or 8.70% from 23); Blue value is 3 (1.56% from 255 or 13.04% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120203 is #EDFDFC. Grayscale: #060606. Windows color (decimal): -15597053 or 197138. OLE color: 197138.

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

Color convert

RGB1823-
CMYK00.890.830.93
HSL356.25º80%3.92%-
HSV(B)356.25º88.89%7.06%-
XYZ0.290.180.11-
YUV6.9125.8135.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 78.26%
GREEN value IS 2 (1.17% from 255) = 8.70%
BLUE value IS 3 (1.56% from 255) = 13.04%
R=78.26%
G=8.70%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal182300.890.830.93356.25803.92
Hex1223059535D164504
Octal222301311231355441204
Binary10010101101011001101001110111011011001001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120203; }

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

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

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

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

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

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

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

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