#1A090A

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

Shades of Rustic Red #1A090A

Tints of Rustic Red #1A090A

Color information

#1A090A (or 0x1A090A) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 0A. RGB value is (26,9,10). Sum of RGB (Red+Green+Blue) = 26+9+10=45 (5% of max value = 765). Red value is 26 (10.55% from 255 or 57.78% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090A is #E5F6F5. Grayscale: #0E0E0E. Windows color (decimal): -15070966 or 657690. OLE color: 657690.

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

Color convert

RGB26910-
CMYK00.650.620.90
HSL356.47º48.57%6.86%-
HSV(B)356.47º65.38%10.2%-
XYZ0.580.440.34-
YUV14.2125.63136.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 57.78%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 10 (4.30% from 255) = 22.22%
R=57.78%
G=20%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691000.650.620.90356.4748.576.86
Hex1A9A0413E5A164317
Octal321112010176132544617
Binary1101010011010010000011111101011010101100100110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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