#180708

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

Shades of Rustic Red #180708

Tints of Rustic Red #180708

Color information

#180708 (or 0x180708) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 08. RGB value is (24,7,8). Sum of RGB (Red+Green+Blue) = 24+7+8=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180708 is #E7F8F7. Grayscale: #0C0C0C. Windows color (decimal): -15202552 or 526104. OLE color: 526104.

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

Color convert

RGB2478-
CMYK00.710.670.91
HSL356.47º54.84%6.08%-
HSV(B)356.47º70.83%9.41%-
XYZ0.50.360.27-
YUV12.2125.63136.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 61.54%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 8 (3.52% from 255) = 20.51%
R=61.54%
G=17.95%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247800.710.670.91356.4754.846.08
Hex1878047435B164376
Octal307100107103133544676
Binary1100011110000100011110000111011011101100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180708; }

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

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

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

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

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

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

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

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