#180810

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

Shades of Rustic Red #180810

Tints of Rustic Red #180810

Color information

#180810 (or 0x180810) is unknown color: approx Rustic Red. HEX triplet: 18, 08 and 10. RGB value is (24,8,16). Sum of RGB (Red+Green+Blue) = 24+8+16=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180810 is #E7F7EF. Grayscale: #0D0D0D. Windows color (decimal): -15202288 or 1050648. OLE color: 1050648.

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

Color convert

RGB24816-
CMYK00.670.330.91
HSL330º50%6.27%-
HSV(B)330º66.67%9.41%-
XYZ0.560.410.54-
YUV13.7129.3135.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 16 (6.64% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2481600.670.330.91330506.27
Hex18810043215B14a326
Octal301020010341133512626
Binary11000100010000010000111000011011011101001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180810; }

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

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

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

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

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

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

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

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