#1A0408

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

Shades of Rustic Red #1A0408

Tints of Rustic Red #1A0408

Color information

#1A0408 (or 0x1A0408) is unknown color: approx Rustic Red. HEX triplet: 1A, 04 and 08. RGB value is (26,4,8). Sum of RGB (Red+Green+Blue) = 26+4+8=38 (5% of max value = 765). Red value is 26 (10.55% from 255 or 68.42% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0408 is #E5FBF7. Grayscale: #0B0B0B. Windows color (decimal): -15072248 or 525338. OLE color: 525338.

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

Color convert

RGB2648-
CMYK00.850.690.90
HSL349.09º73.33%5.88%-
HSV(B)349.09º84.62%10.2%-
XYZ0.510.320.27-
YUV11.03126.29138.67-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 68.42%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 8 (3.52% from 255) = 21.05%
R=68.42%
G=10.53%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal264800.850.690.90349.0973.335.88
Hex1A48055455A15d496
Octal3241001251051325351116
Binary11010100100001010101100010110110101010111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,4,8); }

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

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

 a { background-color: rgb(26,4,8); }

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

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

 span { border-color: rgb(26,4,8); }

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