#1A0005

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

Shades of Rustic Red #1A0005

Tints of Rustic Red #1A0005

Color information

#1A0005 (or 0x1A0005) is unknown color: approx Rustic Red. HEX triplet: 1A, 00 and 05. RGB value is (26,0,5). Sum of RGB (Red+Green+Blue) = 26+0+5=31 (4% of max value = 765). Red value is 26 (10.55% from 255 or 83.87% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 5 (2.34% from 255 or 16.13% from 31); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0005 is #E5FFFA. Grayscale: #080808. Windows color (decimal): -15073275 or 327706. OLE color: 327706.

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

Color convert

RGB2605-
CMYK010.810.90
HSL348.46º100%5.1%-
HSV(B)348.46º100%10.2%-
XYZ0.450.230.16-
YUV8.34126.11140.59-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 83.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 16.13%
R=83.87%
G=0%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2605010.810.90348.461005.1
Hex1A05064515A15c645
Octal320501441211325341445
Binary11010010101100100101000110110101010111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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