#18090F

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

Shades of Rustic Red #18090F

Tints of Rustic Red #18090F

Color information

#18090F (or 0x18090F) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 0F. RGB value is (24,9,15). Sum of RGB (Red+Green+Blue) = 24+9+15=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #18090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090F is #E7F6F0. Grayscale: #0E0E0E. Windows color (decimal): -15202033 or 985368. OLE color: 985368.

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

Color convert

RGB24915-
CMYK00.630.370.91
HSL336º45.45%6.47%-
HSV(B)336º62.5%9.41%-
XYZ0.560.420.5-
YUV14.17128.47135.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 9 (3.91% from 255) = 18.75%
BLUE value IS 15 (6.25% from 255) = 31.25%
R=50%
G=18.75%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491500.630.370.9133645.456.47
Hex189F03F255B1502d6
Octal30111707745133520556
Binary110001001111101111111001011011011101010000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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