#180B0D

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

Shades of Rustic Red #180B0D

Tints of Rustic Red #180B0D

Color information

#180B0D (or 0x180B0D) is unknown color: approx Rustic Red. HEX triplet: 18, 0B and 0D. RGB value is (24,11,13). Sum of RGB (Red+Green+Blue) = 24+11+13=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0D is #E7F4F2. Grayscale: #0F0F0F. Windows color (decimal): -15201523 or 854808. OLE color: 854808.

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

Color convert

RGB241113-
CMYK00.540.460.91
HSL350.77º37.14%6.86%-
HSV(B)350.77º54.17%9.41%-
XYZ0.570.460.44-
YUV15.11126.81134.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 22.92%
BLUE value IS 13 (5.47% from 255) = 27.08%
R=50%
G=22.92%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24111300.540.460.91350.7737.146.86
Hex18BD0362E5B15f257
Octal30131506656133537457
Binary110001011110101101101011101011011101011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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