#18060D

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

Shades of Rustic Red #18060D

Tints of Rustic Red #18060D

Color information

#18060D (or 0x18060D) is unknown color: approx Rustic Red. HEX triplet: 18, 06 and 0D. RGB value is (24,6,13). Sum of RGB (Red+Green+Blue) = 24+6+13=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060D is #E7F9F2. Grayscale: #0C0C0C. Windows color (decimal): -15202803 or 853528. OLE color: 853528.

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

Color convert

RGB24613-
CMYK00.750.460.91
HSL336.67º60%5.88%-
HSV(B)336.67º75%9.41%-
XYZ0.510.350.42-
YUV12.18128.46136.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=55.81%
G=13.95%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2461300.750.460.91336.67605.88
Hex186D04B2E5B1513c6
Octal30615011356133521746
Binary110001101101010010111011101011011101010001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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