#180F13

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

Shades of Rustic Red #180F13

Tints of Rustic Red #180F13

Color information

#180F13 (or 0x180F13) is unknown color: approx Rustic Red. HEX triplet: 18, 0F and 13. RGB value is (24,15,19). Sum of RGB (Red+Green+Blue) = 24+15+19=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 19 (7.81% from 255 or 32.76% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #180F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F13 is #E7F0EC. Grayscale: #121212. Windows color (decimal): -15200493 or 1249048. OLE color: 1249048.

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

Color convert

RGB241519-
CMYK00.370.210.91
HSL333.33º23.08%7.65%-
HSV(B)333.33º37.5%9.41%-
XYZ0.670.580.69-
YUV18.15128.48132.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 15 (6.25% from 255) = 25.86%
BLUE value IS 19 (7.81% from 255) = 32.76%
R=41.38%
G=25.86%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151900.370.210.91333.3323.087.65
Hex18F13025155B14d178
Octal301723045251335152710
Binary110001111100110100101101011011011101001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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