#1A040C

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

Shades of Rustic Red #1A040C

Tints of Rustic Red #1A040C

Color information

#1A040C (or 0x1A040C) is unknown color: approx Rustic Red. HEX triplet: 1A, 04 and 0C. RGB value is (26,4,12). Sum of RGB (Red+Green+Blue) = 26+4+12=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040C is #E5FBF3. Grayscale: #0B0B0B. Windows color (decimal): -15072244 or 787482. OLE color: 787482.

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

Color convert

RGB26412-
CMYK00.850.540.90
HSL338.18º73.33%5.88%-
HSV(B)338.18º84.62%10.2%-
XYZ0.540.330.38-
YUV11.49128.29138.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 4 (1.95% from 255) = 9.52%
BLUE value IS 12 (5.08% from 255) = 28.57%
R=61.90%
G=9.52%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2641200.850.540.90338.1873.335.88
Hex1A4C055365A152496
Octal324140125661325221116
Binary1101010011000101010111011010110101010100101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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