#12010A

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

Shades of Rustic Red #12010A

Tints of Rustic Red #12010A

Color information

#12010A (or 0x12010A) is unknown color: approx Rustic Red. HEX triplet: 12, 01 and 0A. RGB value is (18,1,10). Sum of RGB (Red+Green+Blue) = 18+1+10=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #12010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12010A is #EDFEF5. Grayscale: #070707. Windows color (decimal): -15597302 or 655634. OLE color: 655634.

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

Color convert

RGB18110-
CMYK00.940.440.93
HSL328.24º89.47%3.73%-
HSV(B)328.24º94.44%7.06%-
XYZ0.320.170.3-
YUV7.11129.63135.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 1 (0.78% from 255) = 3.45%
BLUE value IS 10 (4.30% from 255) = 34.48%
R=62.07%
G=3.45%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811000.940.440.93328.2489.473.73
Hex121A05E2C5D148594
Octal221120136541355101314
Binary10010110100101111010110010111011010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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