#180E13

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

Shades of Rustic Red #180E13

Tints of Rustic Red #180E13

Color information

#180E13 (or 0x180E13) is unknown color: approx Rustic Red. HEX triplet: 18, 0E and 13. RGB value is (24,14,19). Sum of RGB (Red+Green+Blue) = 24+14+19=57 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.11% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 24 - color contains mainly: red. Hex color #180E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180E13 is #E7F1EC. Grayscale: #111111. Windows color (decimal): -15200749 or 1248792. OLE color: 1248792.

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

Color convert

RGB241419-
CMYK00.420.210.91
HSL330º26.32%7.45%-
HSV(B)330º41.67%9.41%-
XYZ0.650.560.69-
YUV17.56128.81132.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.11%
GREEN value IS 14 (5.86% from 255) = 24.56%
BLUE value IS 19 (7.81% from 255) = 33.33%
R=42.11%
G=24.56%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24141900.420.210.9133026.327.45
Hex18E1302A155B14a1a7
Octal30162305225133512327
Binary11000111010011010101010101101101110100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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