#1A090D

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

Shades of Rustic Red #1A090D

Tints of Rustic Red #1A090D

Color information

#1A090D (or 0x1A090D) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 0D. RGB value is (26,9,13). Sum of RGB (Red+Green+Blue) = 26+9+13=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090D is #E5F6F2. Grayscale: #0E0E0E. Windows color (decimal): -15070963 or 854298. OLE color: 854298.

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

Color convert

RGB26913-
CMYK00.650.50.90
HSL345.88º48.57%6.86%-
HSV(B)345.88º65.38%10.2%-
XYZ0.60.440.44-
YUV14.54127.13136.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 54.17%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=54.17%
G=18.75%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.5
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691300.650.50.90345.8848.576.86
Hex1A9D041325A15a317
Octal321115010162132532617
Binary1101010011101010000011100101011010101011010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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