#180A0C

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

Shades of Rustic Red #180A0C

Tints of Rustic Red #180A0C

Color information

#180A0C (or 0x180A0C) is unknown color: approx Rustic Red. HEX triplet: 18, 0A and 0C. RGB value is (24,10,12). Sum of RGB (Red+Green+Blue) = 24+10+12=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 10 (4.30% from 255 or 21.74% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A0C is #E7F5F3. Grayscale: #0E0E0E. Windows color (decimal): -15201780 or 789016. OLE color: 789016.

HSL color Cylindrical-coordinate representation of color #180A0C: hue angle of 351.43º 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 #180A0C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB241012-
CMYK00.580.500.91
HSL351.43º41.18%6.67%-
HSV(B)351.43º58.33%9.41%-
XYZ0.550.440.4-
YUV14.41126.64134.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 52.17%
GREEN value IS 10 (4.30% from 255) = 21.74%
BLUE value IS 12 (5.08% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24101200.580.500.91351.4341.186.67
Hex18AC03A325B15f297
Octal30121407262133537517
Binary110001010110001110101100101011011101011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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