#180E10

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

Shades of Rustic Red #180E10

Tints of Rustic Red #180E10

Color information

#180E10 (or 0x180E10) is unknown color: approx Rustic Red. HEX triplet: 18, 0E and 10. RGB value is (24,14,16). Sum of RGB (Red+Green+Blue) = 24+14+16=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 16 (6.64% from 255 or 29.63% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E10 is #E7F1EF. Grayscale: #111111. Windows color (decimal): -15200752 or 1052184. OLE color: 1052184.

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

Color convert

RGB241416-
CMYK00.420.330.91
HSL348º26.32%7.45%-
HSV(B)348º41.67%9.41%-
XYZ0.630.550.56-
YUV17.22127.31132.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 44.44%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 16 (6.64% from 255) = 29.63%
R=44.44%
G=25.93%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141600.420.330.9134826.327.45
Hex18E1002A215B15c1a7
Octal30162005241133534327
Binary110001110100000101010100001101101110101110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,14,16); }

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

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

 a { background-color: rgb(24,14,16); }

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

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

 span { border-color: rgb(24,14,16); }

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