#1A030C

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

Shades of Rustic Red #1A030C

Tints of Rustic Red #1A030C

Color information

#1A030C (or 0x1A030C) is unknown color: approx Rustic Red. HEX triplet: 1A, 03 and 0C. RGB value is (26,3,12). Sum of RGB (Red+Green+Blue) = 26+3+12=41 (5% of max value = 765). Red value is 26 (10.55% from 255 or 63.41% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 26 - color contains mainly: red. Hex color #1A030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A030C is #E5FCF3. Grayscale: #0A0A0A. Windows color (decimal): -15072500 or 787226. OLE color: 787226.

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

Color convert

RGB26312-
CMYK00.880.540.90
HSL336.52º79.31%5.69%-
HSV(B)336.52º88.46%10.2%-
XYZ0.520.310.38-
YUV10.9128.62138.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 63.41%
GREEN value IS 3 (1.56% from 255) = 7.32%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=63.41%
G=7.32%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2631200.880.540.90336.5279.315.69
Hex1A3C058365A1514f6
Octal323140130661325211176
Binary110101111000101100011011010110101010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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