#12020A

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

Shades of Rustic Red #12020A

Tints of Rustic Red #12020A

Color information

#12020A (or 0x12020A) is unknown color: approx Rustic Red. HEX triplet: 12, 02 and 0A. RGB value is (18,2,10). Sum of RGB (Red+Green+Blue) = 18+2+10=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 2 (1.17% from 255 or 6.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #12020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12020A is #EDFDF5. Grayscale: #070707. Windows color (decimal): -15597046 or 655890. OLE color: 655890.

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

Color convert

RGB18210-
CMYK00.890.440.93
HSL330º80%3.92%-
HSV(B)330º88.89%7.06%-
XYZ0.330.190.31-
YUV7.7129.3135.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 6.67%
BLUE value IS 10 (4.30% from 255) = 33.33%
R=60%
G=6.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1821000.890.440.93330803.92
Hex122A0592C5D14a504
Octal222120131541355121204
Binary100101010100101100110110010111011010010101010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12020A; }

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

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

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

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

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

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

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

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