#1A040D

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

Shades of Rustic Red #1A040D

Tints of Rustic Red #1A040D

Color information

#1A040D (or 0x1A040D) is unknown color: approx Rustic Red. HEX triplet: 1A, 04 and 0D. RGB value is (26,4,13). Sum of RGB (Red+Green+Blue) = 26+4+13=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 4 (1.95% from 255 or 9.30% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A040D is #E5FBF2. Grayscale: #0B0B0B. Windows color (decimal): -15072243 or 853018. OLE color: 853018.

HSL color Cylindrical-coordinate representation of color #1A040D: hue angle of 335.45º 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 #1A040D is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.90.

Color convert

RGB26413-
CMYK00.850.50.90
HSL335.45º73.33%5.88%-
HSV(B)335.45º84.62%10.2%-
XYZ0.540.340.42-
YUV11.6128.79138.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 60.47%
GREEN value IS 4 (1.95% from 255) = 9.30%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=60.47%
G=9.30%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2641300.850.50.90335.4573.335.88
Hex1A4D055325A14f496
Octal324150125621325171116
Binary1101010011010101010111001010110101010011111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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