#180F11

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

Shades of Rustic Red #180F11

Tints of Rustic Red #180F11

Color information

#180F11 (or 0x180F11) is unknown color: approx Rustic Red. HEX triplet: 18, 0F and 11. RGB value is (24,15,17). Sum of RGB (Red+Green+Blue) = 24+15+17=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F11 is #E7F0EE. Grayscale: #111111. Windows color (decimal): -15200495 or 1117976. OLE color: 1117976.

HSL color Cylindrical-coordinate representation of color #180F11: hue angle of 346.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F11 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.91.

Color convert

RGB241517-
CMYK00.370.290.91
HSL346.67º23.08%7.65%-
HSV(B)346.67º37.5%9.41%-
XYZ0.650.580.61-
YUV17.92127.48132.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 15 (6.25% from 255) = 26.79%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=42.86%
G=26.79%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.29
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151700.370.290.91346.6723.087.65
Hex18F110251D5B15b178
Octal301721045351335332710
Binary110001111100010100101111011011011101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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