#1A030A

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

Shades of Rustic Red #1A030A

Tints of Rustic Red #1A030A

Color information

#1A030A (or 0x1A030A) is unknown color: approx Rustic Red. HEX triplet: 1A, 03 and 0A. RGB value is (26,3,10). Sum of RGB (Red+Green+Blue) = 26+3+10=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030A is #E5FCF5. Grayscale: #0A0A0A. Windows color (decimal): -15072502 or 656154. OLE color: 656154.

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

Color convert

RGB26310-
CMYK00.880.620.90
HSL341.74º79.31%5.69%-
HSV(B)341.74º88.46%10.2%-
XYZ0.510.310.32-
YUV10.68127.62138.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 66.67%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=66.67%
G=7.69%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.62
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2631000.880.620.90341.7479.315.69
Hex1A3A0583E5A1564f6
Octal323120130761325261176
Binary110101110100101100011111010110101010101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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