#18080D

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

Shades of Rustic Red #18080D

Tints of Rustic Red #18080D

Color information

#18080D (or 0x18080D) is unknown color: approx Rustic Red. HEX triplet: 18, 08 and 0D. RGB value is (24,8,13). Sum of RGB (Red+Green+Blue) = 24+8+13=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #18080D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18080D is #E7F7F2. Grayscale: #0D0D0D. Windows color (decimal): -15202291 or 854040. OLE color: 854040.

HSL color Cylindrical-coordinate representation of color #18080D: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18080D is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB24813-
CMYK00.670.460.91
HSL341.25º50%6.27%-
HSV(B)341.25º66.67%9.41%-
XYZ0.540.40.43-
YUV13.35127.8135.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 17.78%
BLUE value IS 13 (5.47% from 255) = 28.89%
R=53.33%
G=17.78%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481300.670.460.91341.25506.27
Hex188D0432E5B155326
Octal301015010356133525626
Binary1100010001101010000111011101011011101010101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18080D; }

 p { color: rgb(24,8,13); }

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

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

 a { background-color: rgb(24,8,13); }

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

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

 span { border-color: rgb(24,8,13); }

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