#18050D

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

Shades of Rustic Red #18050D

Tints of Rustic Red #18050D

Color information

#18050D (or 0x18050D) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 0D. RGB value is (24,5,13). Sum of RGB (Red+Green+Blue) = 24+5+13=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050D is #E7FAF2. Grayscale: #0B0B0B. Windows color (decimal): -15203059 or 853272. OLE color: 853272.

HSL color Cylindrical-coordinate representation of color #18050D: hue angle of 334.74º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18050D is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB24513-
CMYK00.790.460.91
HSL334.74º65.52%5.69%-
HSV(B)334.74º79.17%9.41%-
XYZ0.50.330.42-
YUV11.59128.79136.85-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 57.14%
GREEN value IS 5 (2.34% from 255) = 11.90%
BLUE value IS 13 (5.47% from 255) = 30.95%
R=57.14%
G=11.90%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451300.790.460.91334.7465.525.69
Hex185D04F2E5B14f426
Octal305150117561335171026
Binary1100010111010100111110111010110111010011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18050D; }

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

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

<style>
 a { background-color: #18050D; }

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

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

<style>
 span { border-color: #18050D; }

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

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