#18090D

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

Shades of Rustic Red #18090D

Tints of Rustic Red #18090D

Color information

#18090D (or 0x18090D) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0D. RGB value is (24,9,13). Sum of RGB (Red+Green+Blue) = 24+9+13=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #18090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090D is #E7F6F2. Grayscale: #0D0D0D. Windows color (decimal): -15202035 or 854296. OLE color: 854296.

HSL color Cylindrical-coordinate representation of color #18090D: hue angle of 344º 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 #18090D is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB24913-
CMYK00.630.460.91
HSL344º45.45%6.47%-
HSV(B)344º62.5%9.41%-
XYZ0.550.420.43-
YUV13.94127.47135.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 9 (3.91% from 255) = 19.57%
BLUE value IS 13 (5.47% from 255) = 28.26%
R=52.17%
G=19.57%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491300.630.460.9134445.456.47
Hex189D03F2E5B1582d6
Octal30111507756133530556
Binary110001001110101111111011101011011101011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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