#1A0608

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

Shades of Rustic Red #1A0608

Tints of Rustic Red #1A0608

Color information

#1A0608 (or 0x1A0608) is unknown color: approx Rustic Red. HEX triplet: 1A, 06 and 08. RGB value is (26,6,8). Sum of RGB (Red+Green+Blue) = 26+6+8=40 (5% of max value = 765). Red value is 26 (10.55% from 255 or 65% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0608 is #E5F9F7. Grayscale: #0C0C0C. Windows color (decimal): -15071736 or 525850. OLE color: 525850.

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

Color convert

RGB2668-
CMYK00.770.690.90
HSL354º62.5%6.27%-
HSV(B)354º76.92%10.2%-
XYZ0.530.370.27-
YUV12.21125.63137.84-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 65%
GREEN value IS 6 (2.73% from 255) = 15%
BLUE value IS 8 (3.52% from 255) = 20%
R=65%
G=15%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal266800.770.690.9035462.56.27
Hex1A6804D455A1623e6
Octal326100115105132542766
Binary1101011010000100110110001011011010101100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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