#180B0F

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

Shades of Rustic Red #180B0F

Tints of Rustic Red #180B0F

Color information

#180B0F (or 0x180B0F) is unknown color: approx Rustic Red. HEX triplet: 18, 0B and 0F. RGB value is (24,11,15). Sum of RGB (Red+Green+Blue) = 24+11+15=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 11 (4.69% from 255 or 22% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180B0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B0F is #E7F4F0. Grayscale: #0F0F0F. Windows color (decimal): -15201521 or 985880. OLE color: 985880.

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

Color convert

RGB241115-
CMYK00.540.370.91
HSL341.54º37.14%6.86%-
HSV(B)341.54º54.17%9.41%-
XYZ0.580.470.51-
YUV15.34127.81134.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 48%
GREEN value IS 11 (4.69% from 255) = 22%
BLUE value IS 15 (6.25% from 255) = 30%
R=48%
G=22%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24111500.540.370.91341.5437.146.86
Hex18BF036255B156257
Octal30131706645133526457
Binary110001011111101101101001011011011101010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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