#1A050A

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

Shades of Rustic Red #1A050A

Tints of Rustic Red #1A050A

Color information

#1A050A (or 0x1A050A) is unknown color: approx Rustic Red. HEX triplet: 1A, 05 and 0A. RGB value is (26,5,10). Sum of RGB (Red+Green+Blue) = 26+5+10=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 10 (4.30% from 255 or 24.39% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050A is #E5FAF5. Grayscale: #0B0B0B. Windows color (decimal): -15071990 or 656666. OLE color: 656666.

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

Color convert

RGB26510-
CMYK00.810.620.90
HSL345.71º67.74%6.08%-
HSV(B)345.71º80.77%10.2%-
XYZ0.540.350.33-
YUV11.85126.96138.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 63.41%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 10 (4.30% from 255) = 24.39%
R=63.41%
G=12.20%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651000.810.620.90345.7167.746.08
Hex1A5A0513E5A15a446
Octal325120121761325321046
Binary1101010110100101000111111010110101010110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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