#180F10

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

Shades of Rustic Red #180F10

Tints of Rustic Red #180F10

Color information

#180F10 (or 0x180F10) is unknown color: approx Rustic Red. HEX triplet: 18, 0F and 10. RGB value is (24,15,16). Sum of RGB (Red+Green+Blue) = 24+15+16=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 16 (6.64% from 255 or 29.09% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #180F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F10 is #E7F0EF. Grayscale: #111111. Windows color (decimal): -15200496 or 1052440. OLE color: 1052440.

HSL color Cylindrical-coordinate representation of color #180F10: hue angle of 353.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F10 is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB241516-
CMYK00.370.330.91
HSL353.33º23.08%7.65%-
HSV(B)353.33º37.5%9.41%-
XYZ0.640.570.57-
YUV17.8126.98132.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 15 (6.25% from 255) = 27.27%
BLUE value IS 16 (6.64% from 255) = 29.09%
R=43.64%
G=27.27%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24151600.370.330.91353.3323.087.65
Hex18F10025215B161178
Octal301720045411335412710
Binary1100011111000001001011000011011011101100001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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