#18060F

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

Shades of Rustic Red #18060F

Tints of Rustic Red #18060F

Color information

#18060F (or 0x18060F) is unknown color: approx Rustic Red. HEX triplet: 18, 06 and 0F. RGB value is (24,6,15). Sum of RGB (Red+Green+Blue) = 24+6+15=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 6 (2.73% from 255 or 13.33% from 45); Blue value is 15 (6.25% from 255 or 33.33% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #18060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060F is #E7F9F0. Grayscale: #0C0C0C. Windows color (decimal): -15202801 or 984600. OLE color: 984600.

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

Color convert

RGB24615-
CMYK00.750.370.91
HSL330º60%5.88%-
HSV(B)330º75%9.41%-
XYZ0.530.360.49-
YUV12.41129.46136.27-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 53.33%
GREEN value IS 6 (2.73% from 255) = 13.33%
BLUE value IS 15 (6.25% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2461500.750.370.91330605.88
Hex186F04B255B14a3c6
Octal30617011345133512746
Binary110001101111010010111001011011011101001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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