#1A070F

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

Shades of Rustic Red #1A070F

Tints of Rustic Red #1A070F

Color information

#1A070F (or 0x1A070F) is unknown color: approx Rustic Red. HEX triplet: 1A, 07 and 0F. RGB value is (26,7,15). Sum of RGB (Red+Green+Blue) = 26+7+15=48 (6% of max value = 765). Red value is 26 (10.55% from 255 or 54.17% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 26 - color contains mainly: red. Hex color #1A070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A070F is #E5F8F0. Grayscale: #0D0D0D. Windows color (decimal): -15071473 or 984858. OLE color: 984858.

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

Color convert

RGB26715-
CMYK00.730.420.90
HSL334.74º57.58%6.47%-
HSV(B)334.74º73.08%10.2%-
XYZ0.590.410.5-
YUV13.59128.79136.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 54.17%
GREEN value IS 7 (3.12% from 255) = 14.58%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=54.17%
G=14.58%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2671500.730.420.90334.7457.586.47
Hex1A7F0492A5A14f3a6
Octal32717011152132517726
Binary110101111111010010011010101011010101001111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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