#180408

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

Shades of Rustic Red #180408

Tints of Rustic Red #180408

Color information

#180408 (or 0x180408) is unknown color: approx Rustic Red. HEX triplet: 18, 04 and 08. RGB value is (24,4,8). Sum of RGB (Red+Green+Blue) = 24+4+8=36 (4% of max value = 765). Red value is 24 (9.77% from 255 or 66.67% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 24 - color contains mainly: red. Hex color #180408 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180408 is #E7FBF7. Grayscale: #0A0A0A. Windows color (decimal): -15203320 or 525336. OLE color: 525336.

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

Color convert

RGB2448-
CMYK00.830.670.91
HSL348º71.43%5.49%-
HSV(B)348º83.33%9.41%-
XYZ0.460.30.26-
YUV10.44126.63137.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 8 (3.52% from 255) = 22.22%
R=66.67%
G=11.11%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal244800.830.670.9134871.435.49
Hex1848053435B15c475
Octal3041001231031335341075
Binary11000100100001010011100001110110111010111001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180408; }

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

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

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

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

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

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

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

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