#18080F

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

Shades of Rustic Red #18080F

Tints of Rustic Red #18080F

Color information

#18080F (or 0x18080F) is unknown color: approx Rustic Red. HEX triplet: 18, 08 and 0F. RGB value is (24,8,15). Sum of RGB (Red+Green+Blue) = 24+8+15=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #18080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18080F is #E7F7F0. Grayscale: #0D0D0D. Windows color (decimal): -15202289 or 985112. OLE color: 985112.

HSL color Cylindrical-coordinate representation of color #18080F: hue angle of 333.75º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18080F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB24815-
CMYK00.670.370.91
HSL333.75º50%6.27%-
HSV(B)333.75º66.67%9.41%-
XYZ0.550.40.5-
YUV13.58128.8135.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 15 (6.25% from 255) = 31.91%
R=51.06%
G=17.02%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481500.670.370.91333.75506.27
Hex188F043255B14e326
Octal301017010345133516626
Binary1100010001111010000111001011011011101001110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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