#180508

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

Shades of Rustic Red #180508

Tints of Rustic Red #180508

Color information

#180508 (or 0x180508) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 08. RGB value is (24,5,8). Sum of RGB (Red+Green+Blue) = 24+5+8=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180508 is #E7FAF7. Grayscale: #0B0B0B. Windows color (decimal): -15203064 or 525592. OLE color: 525592.

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

Color convert

RGB2458-
CMYK00.790.670.91
HSL350.53º65.52%5.69%-
HSV(B)350.53º79.17%9.41%-
XYZ0.470.320.27-
YUV11.02126.29137.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 8 (3.52% from 255) = 21.62%
R=64.86%
G=13.51%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal245800.790.670.91350.5365.525.69
Hex185804F435B15f426
Octal3051001171031335371026
Binary11000101100001001111100001110110111010111111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180508; }

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

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

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

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

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

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

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

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