#180A0D

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

Shades of Rustic Red #180A0D

Tints of Rustic Red #180A0D

Color information

#180A0D (or 0x180A0D) is unknown color: approx Rustic Red. HEX triplet: 18, 0A and 0D. RGB value is (24,10,13). Sum of RGB (Red+Green+Blue) = 24+10+13=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 10 (4.30% from 255 or 21.28% from 47); Blue value is 13 (5.47% from 255 or 27.66% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0D is #E7F5F2. Grayscale: #0E0E0E. Windows color (decimal): -15201779 or 854552. OLE color: 854552.

HSL color Cylindrical-coordinate representation of color #180A0D: hue angle of 347.14º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #180A0D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB241013-
CMYK00.580.460.91
HSL347.14º41.18%6.67%-
HSV(B)347.14º58.33%9.41%-
XYZ0.560.440.44-
YUV14.53127.14134.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 10 (4.30% from 255) = 21.28%
BLUE value IS 13 (5.47% from 255) = 27.66%
R=51.06%
G=21.28%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101300.580.460.91347.1441.186.67
Hex18AD03A2E5B15b297
Octal30121507256133533517
Binary110001010110101110101011101011011101011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180A0D; }

 p { color: rgb(24,10,13); }

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

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

 a { background-color: rgb(24,10,13); }

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

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

 span { border-color: rgb(24,10,13); }

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