#180607

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

Shades of Rustic Red #180607

Tints of Rustic Red #180607

Color information

#180607 (or 0x180607) is unknown color: approx Rustic Red. HEX triplet: 18, 06 and 07. RGB value is (24,6,7). Sum of RGB (Red+Green+Blue) = 24+6+7=37 (4% of max value = 765). Red value is 24 (9.77% from 255 or 64.86% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 24 - color contains mainly: red. Hex color #180607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180607 is #E7F9F8. Grayscale: #0B0B0B. Windows color (decimal): -15202809 or 460312. OLE color: 460312.

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

Color convert

RGB2467-
CMYK00.750.710.91
HSL356.67º60%5.88%-
HSV(B)356.67º75%9.41%-
XYZ0.480.340.24-
YUV11.5125.46136.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 64.86%
GREEN value IS 6 (2.73% from 255) = 16.22%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=64.86%
G=16.22%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal246700.750.710.91356.67605.88
Hex186704B475B1653c6
Octal30670113107133545746
Binary110001101110100101110001111011011101100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180607; }

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

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

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

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

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

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

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

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