#1A0B10

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

Shades of Rustic Red #1A0B10

Tints of Rustic Red #1A0B10

Color information

#1A0B10 (or 0x1A0B10) is unknown color: approx Rustic Red. HEX triplet: 1A, 0B and 10. RGB value is (26,11,16). Sum of RGB (Red+Green+Blue) = 26+11+16=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 11 (4.69% from 255 or 20.75% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B10 is #E5F4EF. Grayscale: #101010. Windows color (decimal): -15070448 or 1051418. OLE color: 1051418.

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

Color convert

RGB261116-
CMYK00.580.380.90
HSL340º40.54%7.25%-
HSV(B)340º57.69%10.2%-
XYZ0.640.50.55-
YUV16.06127.97135.09-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 49.06%
GREEN value IS 11 (4.69% from 255) = 20.75%
BLUE value IS 16 (6.64% from 255) = 30.19%
R=49.06%
G=20.75%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26111600.580.380.9034040.547.25
Hex1AB1003A265A154297
Octal32132007246132524517
Binary1101010111000001110101001101011010101010100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,11,16); }

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

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

 a { background-color: rgb(26,11,16); }

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

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

 span { border-color: rgb(26,11,16); }

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