#18020B

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

Shades of Rustic Red #18020B

Tints of Rustic Red #18020B

Color information

#18020B (or 0x18020B) is unknown color: approx Rustic Red. HEX triplet: 18, 02 and 0B. RGB value is (24,2,11). Sum of RGB (Red+Green+Blue) = 24+2+11=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #18020B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18020B is #E7FDF4. Grayscale: #090909. Windows color (decimal): -15203829 or 721432. OLE color: 721432.

HSL color Cylindrical-coordinate representation of color #18020B: hue angle of 335.45º 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 #18020B is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB24211-
CMYK00.920.540.91
HSL335.45º84.62%5.1%-
HSV(B)335.45º91.67%9.41%-
XYZ0.460.260.34-
YUV9.6128.79138.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 11 (4.69% from 255) = 29.73%
R=64.86%
G=5.41%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2421100.920.540.91335.4584.625.1
Hex182B05C365B14f555
Octal302130134661335171255
Binary110001010110101110011011010110111010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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