#1A000C

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

Shades of Rustic Red #1A000C

Tints of Rustic Red #1A000C

Color information

#1A000C (or 0x1A000C) is unknown color: approx Rustic Red. HEX triplet: 1A, 00 and 0C. RGB value is (26,0,12). Sum of RGB (Red+Green+Blue) = 26+0+12=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000C is #E5FFF3. Grayscale: #090909. Windows color (decimal): -15073268 or 786458. OLE color: 786458.

HSL color Cylindrical-coordinate representation of color #1A000C: hue angle of 332.31º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A000C is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.90.

Color convert

RGB26012-
CMYK010.540.90
HSL332.31º100%5.1%-
HSV(B)332.31º100%10.2%-
XYZ0.490.250.37-
YUV9.14129.61140.02-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 68.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=68.42%
G=0%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26012010.540.90332.311005.1
Hex1A0C064365A14c645
Octal320140144661325141445
Binary11010011000110010011011010110101010011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A000C; }

 p { color: rgb(26,0,12); }

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

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

 a { background-color: rgb(26,0,12); }

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

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

 span { border-color: rgb(26,0,12); }

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