#18010A

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

Shades of Rustic Red #18010A

Tints of Rustic Red #18010A

Color information

#18010A (or 0x18010A) is unknown color: approx Rustic Red. HEX triplet: 18, 01 and 0A. RGB value is (24,1,10). Sum of RGB (Red+Green+Blue) = 24+1+10=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #18010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18010A is #E7FEF5. Grayscale: #080808. Windows color (decimal): -15204086 or 655640. OLE color: 655640.

HSL color Cylindrical-coordinate representation of color #18010A: hue angle of 336.52º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18010A is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB24110-
CMYK00.960.580.91
HSL336.52º92%4.9%-
HSV(B)336.52º95.83%9.41%-
XYZ0.440.240.31-
YUV8.9128.62138.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 10 (4.30% from 255) = 28.57%
R=68.57%
G=2.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2411000.960.580.91336.52924.9
Hex181A0603A5B1515c5
Octal301120140721335211345
Binary11000110100110000011101010110111010100011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18010A; }

 p { color: rgb(24,1,10); }

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

<style>
 a { background-color: #18010A; }

 a { background-color: rgb(24,1,10); }

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

<style>
 span { border-color: #18010A; }

 span { border-color: rgb(24,1,10); }

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