#1A0607

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

Shades of Rustic Red #1A0607

Tints of Rustic Red #1A0607

Color information

#1A0607 (or 0x1A0607) is unknown color: approx Rustic Red. HEX triplet: 1A, 06 and 07. RGB value is (26,6,7). Sum of RGB (Red+Green+Blue) = 26+6+7=39 (5% of max value = 765). Red value is 26 (10.55% from 255 or 66.67% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0607 is #E5F9F8. Grayscale: #0C0C0C. Windows color (decimal): -15071737 or 460314. OLE color: 460314.

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

Color convert

RGB2667-
CMYK00.770.730.90
HSL357º62.5%6.27%-
HSV(B)357º76.92%10.2%-
XYZ0.530.370.24-
YUV12.09125.13137.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 7 (3.12% from 255) = 17.95%
R=66.67%
G=15.38%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal266700.770.730.9035762.56.27
Hex1A6704D495A1653e6
Octal32670115111132545766
Binary110101101110100110110010011011010101100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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