#1A080F

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

Shades of Rustic Red #1A080F

Tints of Rustic Red #1A080F

Color information

#1A080F (or 0x1A080F) is unknown color: approx Rustic Red. HEX triplet: 1A, 08 and 0F. RGB value is (26,8,15). Sum of RGB (Red+Green+Blue) = 26+8+15=49 (6% of max value = 765). Red value is 26 (10.55% from 255 or 53.06% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 26 - color contains mainly: red. Hex color #1A080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A080F is #E5F7F0. Grayscale: #0E0E0E. Windows color (decimal): -15071217 or 985114. OLE color: 985114.

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

Color convert

RGB26815-
CMYK00.690.420.90
HSL336.67º52.94%6.67%-
HSV(B)336.67º69.23%10.2%-
XYZ0.60.430.5-
YUV14.18128.46136.43-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 53.06%
GREEN value IS 8 (3.52% from 255) = 16.33%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=53.06%
G=16.33%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2681500.690.420.90336.6752.946.67
Hex1A8F0452A5A151357
Octal321017010552132521657
Binary1101010001111010001011010101011010101010001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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