#18020D

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

Shades of Rustic Red #18020D

Tints of Rustic Red #18020D

Color information

#18020D (or 0x18020D) is unknown color: approx Rustic Red. HEX triplet: 18, 02 and 0D. RGB value is (24,2,13). Sum of RGB (Red+Green+Blue) = 24+2+13=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 13 (5.47% from 255 or 33.33% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18020D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020D is #E7FDF2. Grayscale: #090909. Windows color (decimal): -15203827 or 852504. OLE color: 852504.

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

Color convert

RGB24213-
CMYK00.920.460.91
HSL330º84.62%5.1%-
HSV(B)330º91.67%9.41%-
XYZ0.470.270.41-
YUV9.83129.79138.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 5.13%
BLUE value IS 13 (5.47% from 255) = 33.33%
R=61.54%
G=5.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421300.920.460.9133084.625.1
Hex182D05C2E5B14a555
Octal302150134561335121255
Binary110001011010101110010111010110111010010101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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