#1A000A

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

Shades of Rustic Red #1A000A

Tints of Rustic Red #1A000A

Color information

#1A000A (or 0x1A000A) is unknown color: approx Rustic Red. HEX triplet: 1A, 00 and 0A. RGB value is (26,0,10). Sum of RGB (Red+Green+Blue) = 26+0+10=36 (4% of max value = 765). Red value is 26 (10.55% from 255 or 72.22% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 26 - color contains mainly: red. Hex color #1A000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A000A is #E5FFF5. Grayscale: #080808. Windows color (decimal): -15073270 or 655386. OLE color: 655386.

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

Color convert

RGB26010-
CMYK010.620.90
HSL336.92º100%5.1%-
HSV(B)336.92º100%10.2%-
XYZ0.480.240.31-
YUV8.91128.61140.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 72.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 27.78%
R=72.22%
G=0%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26010010.620.90336.921005.1
Hex1A0A0643E5A151645
Octal320120144761325211445
Binary11010010100110010011111010110101010100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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