#1A0910

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

Shades of Rustic Red #1A0910

Tints of Rustic Red #1A0910

Color information

#1A0910 (or 0x1A0910) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 10. RGB value is (26,9,16). Sum of RGB (Red+Green+Blue) = 26+9+16=51 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50.98% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0910 is #E5F6EF. Grayscale: #0E0E0E. Windows color (decimal): -15070960 or 1050906. OLE color: 1050906.

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

Color convert

RGB26916-
CMYK00.650.380.90
HSL335.29º48.57%6.86%-
HSV(B)335.29º65.38%10.2%-
XYZ0.620.450.55-
YUV14.88128.63135.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 50.98%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=50.98%
G=17.65%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691600.650.380.90335.2948.576.86
Hex1A910041265A14f317
Octal321120010146132517617
Binary11010100110000010000011001101011010101001111110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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