#180A0E

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

Shades of Rustic Red #180A0E

Tints of Rustic Red #180A0E

Color information

#180A0E (or 0x180A0E) is unknown color: approx Rustic Red. HEX triplet: 18, 0A and 0E. RGB value is (24,10,14). Sum of RGB (Red+Green+Blue) = 24+10+14=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0E is #E7F5F1. Grayscale: #0E0E0E. Windows color (decimal): -15201778 or 920088. OLE color: 920088.

HSL color Cylindrical-coordinate representation of color #180A0E: hue angle of 342.86º 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 #180A0E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB241014-
CMYK00.580.420.91
HSL342.86º41.18%6.67%-
HSV(B)342.86º58.33%9.41%-
XYZ0.560.440.47-
YUV14.64127.64134.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 14 (5.86% from 255) = 29.17%
R=50%
G=20.83%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101400.580.420.91342.8641.186.67
Hex18AE03A2A5B157297
Octal30121607252133527517
Binary110001010111001110101010101011011101010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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