#181113

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

Shades of Rustic Red #181113

Tints of Rustic Red #181113

Color information

#181113 (or 0x181113) is unknown color: approx Rustic Red. HEX triplet: 18, 11 and 13. RGB value is (24,17,19). Sum of RGB (Red+Green+Blue) = 24+17+19=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 24 - color contains mainly: red. Hex color #181113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181113 is #E7EEEC. Grayscale: #131313. Windows color (decimal): -15199981 or 1249560. OLE color: 1249560.

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

Color convert

RGB241719-
CMYK00.290.210.91
HSL342.86º17.07%8.04%-
HSV(B)342.86º29.17%9.41%-
XYZ0.690.640.7-
YUV19.32127.82131.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 17 (7.03% from 255) = 28.33%
BLUE value IS 19 (7.81% from 255) = 31.67%
R=40%
G=28.33%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24171900.290.210.91342.8617.078.04
Hex18111301D155B157118
Octal302123035251335272110
Binary110001000110011011101101011011011101010111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181113; }

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

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

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

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

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

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

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

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