#18000A

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

Shades of Rustic Red #18000A

Tints of Rustic Red #18000A

Color information

#18000A (or 0x18000A) is unknown color: approx Rustic Red. HEX triplet: 18, 00 and 0A. RGB value is (24,0,10). Sum of RGB (Red+Green+Blue) = 24+0+10=34 (4% of max value = 765). Red value is 24 (9.77% from 255 or 70.59% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 10 (4.30% from 255 or 29.41% from 34); Max value from RGB is 24 - color contains mainly: red. Hex color #18000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18000A is #E7FFF5. Grayscale: #080808. Windows color (decimal): -15204342 or 655384. OLE color: 655384.

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

Color convert

RGB24010-
CMYK010.580.91
HSL335º100%4.71%-
HSV(B)335º100%9.41%-
XYZ0.430.220.31-
YUV8.32128.95139.19-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 70.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 29.41%
R=70.59%
G=0%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.58
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24010010.580.913351004.71
Hex180A0643A5B14f645
Octal300120144721335171445
Binary11000010100110010011101010110111010011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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