#180C0D

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

Shades of Rustic Red #180C0D

Tints of Rustic Red #180C0D

Color information

#180C0D (or 0x180C0D) is unknown color: approx Rustic Red. HEX triplet: 18, 0C and 0D. RGB value is (24,12,13). Sum of RGB (Red+Green+Blue) = 24+12+13=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C0D is #E7F3F2. Grayscale: #0F0F0F. Windows color (decimal): -15201267 or 855064. OLE color: 855064.

HSL color Cylindrical-coordinate representation of color #180C0D: hue angle of 355º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C0D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB241213-
CMYK00.500.460.91
HSL355º33.33%7.06%-
HSV(B)355º50%9.41%-
XYZ0.580.490.44-
YUV15.7126.48133.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 12 (5.08% from 255) = 24.49%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=48.98%
G=24.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24121300.500.460.9135533.337.06
Hex18CD0322E5B163217
Octal30141506256133543417
Binary110001100110101100101011101011011101100011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180C0D; }

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

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

<style>
 a { background-color: #180C0D; }

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

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

<style>
 span { border-color: #180C0D; }

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

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