#180506

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

Shades of Rustic Red #180506

Tints of Rustic Red #180506

Color information

#180506 (or 0x180506) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 06. RGB value is (24,5,6). Sum of RGB (Red+Green+Blue) = 24+5+6=35 (4% of max value = 765). Red value is 24 (9.77% from 255 or 68.57% from 35); Green value is 5 (2.34% from 255 or 14.29% from 35); Blue value is 6 (2.73% from 255 or 17.14% from 35); Max value from RGB is 24 - color contains mainly: red. Hex color #180506 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180506 is #E7FAF9. Grayscale: #0A0A0A. Windows color (decimal): -15203066 or 394520. OLE color: 394520.

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

Color convert

RGB2456-
CMYK00.790.750.91
HSL356.84º65.52%5.69%-
HSV(B)356.84º79.17%9.41%-
XYZ0.460.320.21-
YUV10.8125.29137.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 68.57%
GREEN value IS 5 (2.34% from 255) = 14.29%
BLUE value IS 6 (2.73% from 255) = 17.14%
R=68.57%
G=14.29%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal245600.790.750.91356.8465.525.69
Hex185604F4B5B165426
Octal305601171131335451026
Binary1100010111001001111100101110110111011001011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180506; }

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

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

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

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

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

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

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

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