#180206

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

Shades of Rustic Red #180206

Tints of Rustic Red #180206

Color information

#180206 (or 0x180206) is unknown color: approx Rustic Red. HEX triplet: 18, 02 and 06. RGB value is (24,2,6). Sum of RGB (Red+Green+Blue) = 24+2+6=32 (4% of max value = 765). Red value is 24 (9.77% from 255 or 75% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 24 - color contains mainly: red. Hex color #180206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180206 is #E7FDF9. Grayscale: #090909. Windows color (decimal): -15203834 or 393752. OLE color: 393752.

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

Color convert

RGB2426-
CMYK00.920.750.91
HSL349.09º84.62%5.1%-
HSV(B)349.09º91.67%9.41%-
XYZ0.430.250.2-
YUV9.03126.29138.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 6 (2.73% from 255) = 18.75%
R=75%
G=6.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal242600.920.750.91349.0984.625.1
Hex182605C4B5B15d555
Octal302601341131335351255
Binary110001011001011100100101110110111010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180206; }

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

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

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

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

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

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

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

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