#1A050C

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

Shades of Rustic Red #1A050C

Tints of Rustic Red #1A050C

Color information

#1A050C (or 0x1A050C) is unknown color: approx Rustic Red. HEX triplet: 1A, 05 and 0C. RGB value is (26,5,12). Sum of RGB (Red+Green+Blue) = 26+5+12=43 (5% of max value = 765). Red value is 26 (10.55% from 255 or 60.47% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050C is #E5FAF3. Grayscale: #0C0C0C. Windows color (decimal): -15071988 or 787738. OLE color: 787738.

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

Color convert

RGB26512-
CMYK00.810.540.90
HSL340º67.74%6.08%-
HSV(B)340º80.77%10.2%-
XYZ0.550.350.39-
YUV12.08127.96137.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 60.47%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=60.47%
G=11.63%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651200.810.540.9034067.746.08
Hex1A5C051365A154446
Octal325140121661325241046
Binary1101010111000101000111011010110101010101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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