#1A0911

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

Shades of Rustic Red #1A0911

Tints of Rustic Red #1A0911

Color information

#1A0911 (or 0x1A0911) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 11. RGB value is (26,9,17). Sum of RGB (Red+Green+Blue) = 26+9+17=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0911 is #E5F6EE. Grayscale: #0E0E0E. Windows color (decimal): -15070959 or 1116442. OLE color: 1116442.

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

Color convert

RGB26917-
CMYK00.650.350.90
HSL331.76º48.57%6.86%-
HSV(B)331.76º65.38%10.2%-
XYZ0.620.460.59-
YUV15129.13135.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=50%
G=17.31%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691700.650.350.90331.7648.576.86
Hex1A911041235A14c317
Octal321121010143132514617
Binary11010100110001010000011000111011010101001100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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