#180C10

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

Shades of Rustic Red #180C10

Tints of Rustic Red #180C10

Color information

#180C10 (or 0x180C10) is unknown color: approx Rustic Red. HEX triplet: 18, 0C and 10. RGB value is (24,12,16). Sum of RGB (Red+Green+Blue) = 24+12+16=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C10 is #E7F3EF. Grayscale: #101010. Windows color (decimal): -15201264 or 1051672. OLE color: 1051672.

HSL color Cylindrical-coordinate representation of color #180C10: hue angle of 340º 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 #180C10 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB241216-
CMYK00.500.330.91
HSL340º33.33%7.06%-
HSV(B)340º50%9.41%-
XYZ0.60.490.55-
YUV16.04127.98133.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 12 (5.08% from 255) = 23.08%
BLUE value IS 16 (6.64% from 255) = 30.77%
R=46.15%
G=23.08%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24121600.500.330.9134033.337.06
Hex18C10032215B154217
Octal30142006241133524417
Binary1100011001000001100101000011011011101010100100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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