#180A11

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

Shades of Rustic Red #180A11

Tints of Rustic Red #180A11

Color information

#180A11 (or 0x180A11) is unknown color: approx Rustic Red. HEX triplet: 18, 0A and 11. RGB value is (24,10,17). Sum of RGB (Red+Green+Blue) = 24+10+17=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 24 - color contains mainly: red. Hex color #180A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A11 is #E7F5EE. Grayscale: #0E0E0E. Windows color (decimal): -15201775 or 1116696. OLE color: 1116696.

HSL color Cylindrical-coordinate representation of color #180A11: hue angle of 330º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #180A11 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB241017-
CMYK00.580.290.91
HSL330º41.18%6.67%-
HSV(B)330º58.33%9.41%-
XYZ0.590.450.59-
YUV14.98129.14134.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 47.06%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=47.06%
G=19.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101700.580.290.9133041.186.67
Hex18A1103A1D5B14a297
Octal30122107235133512517
Binary110001010100010111010111011011011101001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180A11; }

 p { color: rgb(24,10,17); }

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

<style>
 a { background-color: #180A11; }

 a { background-color: rgb(24,10,17); }

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

<style>
 span { border-color: #180A11; }

 span { border-color: rgb(24,10,17); }

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