#180910

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

Shades of Rustic Red #180910

Tints of Rustic Red #180910

Color information

#180910 (or 0x180910) is unknown color: approx Rustic Red. HEX triplet: 18, 09 and 10. RGB value is (24,9,16). Sum of RGB (Red+Green+Blue) = 24+9+16=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180910 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180910 is #E7F6EF. Grayscale: #0E0E0E. Windows color (decimal): -15202032 or 1050904. OLE color: 1050904.

HSL color Cylindrical-coordinate representation of color #180910: hue angle of 332º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180910 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB24916-
CMYK00.630.330.91
HSL332º45.45%6.47%-
HSV(B)332º62.5%9.41%-
XYZ0.570.430.54-
YUV14.28128.97134.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48.98%
GREEN value IS 9 (3.91% from 255) = 18.37%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=48.98%
G=18.37%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2491600.630.330.9133245.456.47
Hex1891003F215B14c2d6
Octal30112007741133514556
Binary1100010011000001111111000011011011101001100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180910; }

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

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

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

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

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

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

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

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