#1A050B

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

Shades of Rustic Red #1A050B

Tints of Rustic Red #1A050B

Color information

#1A050B (or 0x1A050B) is unknown color: approx Rustic Red. HEX triplet: 1A, 05 and 0B. RGB value is (26,5,11). Sum of RGB (Red+Green+Blue) = 26+5+11=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A050B is #E5FAF4. Grayscale: #0B0B0B. Windows color (decimal): -15071989 or 722202. OLE color: 722202.

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

Color convert

RGB26511-
CMYK00.810.580.90
HSL342.86º67.74%6.08%-
HSV(B)342.86º80.77%10.2%-
XYZ0.540.350.36-
YUV11.96127.46138.01-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=61.90%
G=11.90%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2651100.810.580.90342.8667.746.08
Hex1A5B0513A5A157446
Octal325130121721325271046
Binary1101010110110101000111101010110101010101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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