#18030C

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

Shades of Rustic Red #18030C

Tints of Rustic Red #18030C

Color information

#18030C (or 0x18030C) is unknown color: approx Rustic Red. HEX triplet: 18, 03 and 0C. RGB value is (24,3,12). Sum of RGB (Red+Green+Blue) = 24+3+12=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 12 (5.08% from 255 or 30.77% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18030C is #E7FCF3. Grayscale: #0A0A0A. Windows color (decimal): -15203572 or 787224. OLE color: 787224.

HSL color Cylindrical-coordinate representation of color #18030C: hue angle of 334.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18030C is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB24312-
CMYK00.880.500.91
HSL334.29º77.78%5.29%-
HSV(B)334.29º87.5%9.41%-
XYZ0.480.290.38-
YUV10.3128.96137.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 3 (1.56% from 255) = 7.69%
BLUE value IS 12 (5.08% from 255) = 30.77%
R=61.54%
G=7.69%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2431200.880.500.91334.2977.785.29
Hex183C058325B14e4e5
Octal303140130621335161165
Binary110001111000101100011001010110111010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18030C; }

 p { color: rgb(24,3,12); }

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

<style>
 a { background-color: #18030C; }

 a { background-color: rgb(24,3,12); }

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

<style>
 span { border-color: #18030C; }

 span { border-color: rgb(24,3,12); }

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