#180D0F

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

Shades of Rustic Red #180D0F

Tints of Rustic Red #180D0F

Color information

#180D0F (or 0x180D0F) is unknown color: approx Rustic Red. HEX triplet: 18, 0D and 0F. RGB value is (24,13,15). Sum of RGB (Red+Green+Blue) = 24+13+15=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0F is #E7F2F0. Grayscale: #101010. Windows color (decimal): -15201009 or 986392. OLE color: 986392.

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

Color convert

RGB241315-
CMYK00.460.370.91
HSL349.09º29.73%7.25%-
HSV(B)349.09º45.83%9.41%-
XYZ0.610.520.52-
YUV16.52127.14133.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 46.15%
GREEN value IS 13 (5.47% from 255) = 25%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=46.15%
G=25%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24131500.460.370.91349.0929.737.25
Hex18DF02E255B15d1e7
Octal30151705645133535367
Binary11000110111110101110100101101101110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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