#180B0C

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

Shades of Rustic Red #180B0C

Tints of Rustic Red #180B0C

Color information

#180B0C (or 0x180B0C) is unknown color: approx Rustic Red. HEX triplet: 18, 0B and 0C. RGB value is (24,11,12). Sum of RGB (Red+Green+Blue) = 24+11+12=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0C is #E7F4F3. Grayscale: #0F0F0F. Windows color (decimal): -15201524 or 789272. OLE color: 789272.

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

Color convert

RGB241112-
CMYK00.540.500.91
HSL355.38º37.14%6.86%-
HSV(B)355.38º54.17%9.41%-
XYZ0.560.460.41-
YUV15126.31134.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 51.06%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 12 (5.08% from 255) = 25.53%
R=51.06%
G=23.40%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24111200.540.500.91355.3837.146.86
Hex18BC036325B163257
Octal30131406662133543457
Binary110001011110001101101100101011011101100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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