#180405

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

Shades of Rustic Red #180405

Tints of Rustic Red #180405

Color information

#180405 (or 0x180405) is unknown color: approx Rustic Red. HEX triplet: 18, 04 and 05. RGB value is (24,4,5). Sum of RGB (Red+Green+Blue) = 24+4+5=33 (4% of max value = 765). Red value is 24 (9.77% from 255 or 72.73% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 24 - color contains mainly: red. Hex color #180405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180405 is #E7FBFA. Grayscale: #0A0A0A. Windows color (decimal): -15203323 or 328728. OLE color: 328728.

HSL color Cylindrical-coordinate representation of color #180405: hue angle of 357º 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 #180405 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.91.

Color convert

RGB2445-
CMYK00.830.790.91
HSL357º71.43%5.49%-
HSV(B)357º83.33%9.41%-
XYZ0.450.290.18-
YUV10.09125.13137.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 72.73%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=72.73%
G=12.12%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal244500.830.790.9135771.435.49
Hex18450534F5B165475
Octal304501231171335451075
Binary1100010010101010011100111110110111011001011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180405; }

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

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

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

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

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

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

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

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