#1A090F

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

Shades of Rustic Red #1A090F

Tints of Rustic Red #1A090F

Color information

#1A090F (or 0x1A090F) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 0F. RGB value is (26,9,15). Sum of RGB (Red+Green+Blue) = 26+9+15=50 (6% of max value = 765). Red value is 26 (10.55% from 255 or 52% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090F is #E5F6F0. Grayscale: #0E0E0E. Windows color (decimal): -15070961 or 985370. OLE color: 985370.

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

Color convert

RGB26915-
CMYK00.650.420.90
HSL338.82º48.57%6.86%-
HSV(B)338.82º65.38%10.2%-
XYZ0.610.450.51-
YUV14.77128.13136.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 52%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 15 (6.25% from 255) = 30%
R=52%
G=18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691500.650.420.90338.8248.576.86
Hex1A9F0412A5A153317
Octal321117010152132523617
Binary1101010011111010000011010101011010101010011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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