#1A0B12

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

Shades of Rustic Red #1A0B12

Tints of Rustic Red #1A0B12

Color information

#1A0B12 (or 0x1A0B12) is unknown color: approx Rustic Red. HEX triplet: 1A, 0B and 12. RGB value is (26,11,18). Sum of RGB (Red+Green+Blue) = 26+11+18=55 (7% of max value = 765). Red value is 26 (10.55% from 255 or 47.27% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 18 (7.42% from 255 or 32.73% from 55); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B12 is #E5F4ED. Grayscale: #101010. Windows color (decimal): -15070446 or 1182490. OLE color: 1182490.

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

Color convert

RGB261118-
CMYK00.580.310.90
HSL332º40.54%7.25%-
HSV(B)332º57.69%10.2%-
XYZ0.650.50.63-
YUV16.28128.97134.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 47.27%
GREEN value IS 11 (4.69% from 255) = 20%
BLUE value IS 18 (7.42% from 255) = 32.73%
R=47.27%
G=20%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26111800.580.310.9033240.547.25
Hex1AB1203A1F5A14c297
Octal32132207237132514517
Binary110101011100100111010111111011010101001100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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