#18050E

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

Shades of Rustic Red #18050E

Tints of Rustic Red #18050E

Color information

#18050E (or 0x18050E) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 0E. RGB value is (24,5,14). Sum of RGB (Red+Green+Blue) = 24+5+14=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #18050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050E is #E7FAF1. Grayscale: #0B0B0B. Windows color (decimal): -15203058 or 918808. OLE color: 918808.

HSL color Cylindrical-coordinate representation of color #18050E: hue angle of 331.58º 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 #18050E is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB24514-
CMYK00.790.420.91
HSL331.58º65.52%5.69%-
HSV(B)331.58º79.17%9.41%-
XYZ0.510.330.45-
YUV11.71129.29136.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 55.81%
GREEN value IS 5 (2.34% from 255) = 11.63%
BLUE value IS 14 (5.86% from 255) = 32.56%
R=55.81%
G=11.63%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451400.790.420.91331.5865.525.69
Hex185E04F2A5B14c426
Octal305160117521335141026
Binary1100010111100100111110101010110111010011001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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