#181415

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

Shades of Rustic Red #181415

Tints of Rustic Red #181415

Color information

#181415 (or 0x181415) is unknown color: approx Rustic Red. HEX triplet: 18, 14 and 15. RGB value is (24,20,21). Sum of RGB (Red+Green+Blue) = 24+20+21=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181415 is #E7EBEA. Grayscale: #151515. Windows color (decimal): -15199211 or 1381400. OLE color: 1381400.

HSL color Cylindrical-coordinate representation of color #181415: hue angle of 345º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181415 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.91.

Color convert

RGB242021-
CMYK00.170.130.91
HSL345º9.09%8.63%-
HSV(B)345º16.67%9.41%-
XYZ0.760.750.81-
YUV21.31127.83129.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.92%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=36.92%
G=30.77%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24202100.170.130.913459.098.63
Hex181415011D5B15999
Octal302425021151335311111
Binary1100010100101010100011101101101110101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181415; }

 p { color: rgb(24,20,21); }

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

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

 a { background-color: rgb(24,20,21); }

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

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

 span { border-color: rgb(24,20,21); }

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