#1A0509

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

Shades of Rustic Red #1A0509

Tints of Rustic Red #1A0509

Color information

#1A0509 (or 0x1A0509) is unknown color: approx Rustic Red. HEX triplet: 1A, 05 and 09. RGB value is (26,5,9). Sum of RGB (Red+Green+Blue) = 26+5+9=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0509 is #E5FAF6. Grayscale: #0B0B0B. Windows color (decimal): -15071991 or 591130. OLE color: 591130.

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

Color convert

RGB2659-
CMYK00.810.650.90
HSL348.57º67.74%6.08%-
HSV(B)348.57º80.77%10.2%-
XYZ0.530.350.3-
YUV11.74126.46138.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=65%
G=12.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal265900.810.650.90348.5767.746.08
Hex1A59051415A15d446
Octal3251101211011325351046
Binary11010101100101010001100000110110101010111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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