#180304

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

Shades of Rustic Red #180304

Tints of Rustic Red #180304

Color information

#180304 (or 0x180304) is unknown color: approx Rustic Red. HEX triplet: 18, 03 and 04. RGB value is (24,3,4). Sum of RGB (Red+Green+Blue) = 24+3+4=31 (4% of max value = 765). Red value is 24 (9.77% from 255 or 77.42% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 4 (1.95% from 255 or 12.90% from 31); Max value from RGB is 24 - color contains mainly: red. Hex color #180304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180304 is #E7FCFB. Grayscale: #090909. Windows color (decimal): -15203580 or 262936. OLE color: 262936.

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

Color convert

RGB2434-
CMYK00.880.830.91
HSL357.14º77.78%5.29%-
HSV(B)357.14º87.5%9.41%-
XYZ0.430.270.14-
YUV9.39124.96138.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 77.42%
GREEN value IS 3 (1.56% from 255) = 9.68%
BLUE value IS 4 (1.95% from 255) = 12.90%
R=77.42%
G=9.68%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal243400.880.830.91357.1477.785.29
Hex1834058535B1654e5
Octal303401301231335451165
Binary110001110001011000101001110110111011001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180304; }

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

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

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

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

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

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

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

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