#1A090B

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

Shades of Rustic Red #1A090B

Tints of Rustic Red #1A090B

Color information

#1A090B (or 0x1A090B) is unknown color: approx Rustic Red. HEX triplet: 1A, 09 and 0B. RGB value is (26,9,11). Sum of RGB (Red+Green+Blue) = 26+9+11=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A090B is #E5F6F4. Grayscale: #0E0E0E. Windows color (decimal): -15070965 or 723226. OLE color: 723226.

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

Color convert

RGB26911-
CMYK00.650.580.90
HSL352.94º48.57%6.86%-
HSV(B)352.94º65.38%10.2%-
XYZ0.580.440.37-
YUV14.31126.13136.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 56.52%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 11 (4.69% from 255) = 23.91%
R=56.52%
G=19.57%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2691100.650.580.90352.9448.576.86
Hex1A9B0413A5A161317
Octal321113010172132541617
Binary1101010011011010000011110101011010101100001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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