#1A0B11

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

Shades of Rustic Red #1A0B11

Tints of Rustic Red #1A0B11

Color information

#1A0B11 (or 0x1A0B11) is unknown color: approx Rustic Red. HEX triplet: 1A, 0B and 11. RGB value is (26,11,17). Sum of RGB (Red+Green+Blue) = 26+11+17=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B11 is #E5F4EE. Grayscale: #101010. Windows color (decimal): -15070447 or 1116954. OLE color: 1116954.

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

Color convert

RGB261117-
CMYK00.580.350.90
HSL336º40.54%7.25%-
HSV(B)336º57.69%10.2%-
XYZ0.650.50.59-
YUV16.17128.47135.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 48.15%
GREEN value IS 11 (4.69% from 255) = 20.37%
BLUE value IS 17 (7.03% from 255) = 31.48%
R=48.15%
G=20.37%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26111700.580.350.9033640.547.25
Hex1AB1103A235A150297
Octal32132107243132520517
Binary1101010111000101110101000111011010101010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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