#18050C

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

Shades of Rustic Red #18050C

Tints of Rustic Red #18050C

Color information

#18050C (or 0x18050C) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 0C. RGB value is (24,5,12). Sum of RGB (Red+Green+Blue) = 24+5+12=41 (5% of max value = 765). Red value is 24 (9.77% from 255 or 58.54% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 24 - color contains mainly: red. Hex color #18050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050C is #E7FAF3. Grayscale: #0B0B0B. Windows color (decimal): -15203060 or 787736. OLE color: 787736.

HSL color Cylindrical-coordinate representation of color #18050C: hue angle of 337.89º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18050C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB24512-
CMYK00.790.500.91
HSL337.89º65.52%5.69%-
HSV(B)337.89º79.17%9.41%-
XYZ0.50.330.39-
YUV11.48128.29136.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 58.54%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 12 (5.08% from 255) = 29.27%
R=58.54%
G=12.20%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451200.790.500.91337.8965.525.69
Hex185C04F325B152426
Octal305140117621335221026
Binary1100010111000100111111001010110111010100101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18050C; }

 p { color: rgb(24,5,12); }

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

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

 a { background-color: rgb(24,5,12); }

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

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

 span { border-color: rgb(24,5,12); }

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