#18090C

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

Shades of Rustic Red #18090C

Tints of Rustic Red #18090C

Color information

#18090C (or 0x18090C) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0C. RGB value is (24,9,12). Sum of RGB (Red+Green+Blue) = 24+9+12=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #18090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090C is #E7F6F3. Grayscale: #0D0D0D. Windows color (decimal): -15202036 or 788760. OLE color: 788760.

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

Color convert

RGB24912-
CMYK00.630.500.91
HSL348º45.45%6.47%-
HSV(B)348º62.5%9.41%-
XYZ0.540.420.4-
YUV13.83126.97135.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 20%
BLUE value IS 12 (5.08% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491200.630.500.9134845.456.47
Hex189C03F325B15c2d6
Octal30111407762133534556
Binary110001001110001111111100101011011101011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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