#180709

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

Shades of Rustic Red #180709

Tints of Rustic Red #180709

Color information

#180709 (or 0x180709) is unknown color: approx Rustic Red. HEX triplet: 18, 07 and 09. RGB value is (24,7,9). Sum of RGB (Red+Green+Blue) = 24+7+9=40 (5% of max value = 765). Red value is 24 (9.77% from 255 or 60% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 24 - color contains mainly: red. Hex color #180709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180709 is #E7F8F6. Grayscale: #0C0C0C. Windows color (decimal): -15202551 or 591640. OLE color: 591640.

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

Color convert

RGB2479-
CMYK00.710.630.91
HSL352.94º54.84%6.08%-
HSV(B)352.94º70.83%9.41%-
XYZ0.50.370.3-
YUV12.31126.13136.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=60%
G=17.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal247900.710.630.91352.9454.846.08
Hex18790473F5B161376
Octal30711010777133541676
Binary110001111001010001111111111011011101100001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180709; }

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

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

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

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

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

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

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

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