#18050F

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

Shades of Rustic Red #18050F

Tints of Rustic Red #18050F

Color information

#18050F (or 0x18050F) is unknown color: approx Rustic Red. HEX triplet: 18, 05 and 0F. RGB value is (24,5,15). Sum of RGB (Red+Green+Blue) = 24+5+15=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18050F is #E7FAF0. Grayscale: #0B0B0B. Windows color (decimal): -15203057 or 984344. OLE color: 984344.

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

Color convert

RGB24515-
CMYK00.790.370.91
HSL328.42º65.52%5.69%-
HSV(B)328.42º79.17%9.41%-
XYZ0.520.340.49-
YUV11.82129.79136.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 5 (2.34% from 255) = 11.36%
BLUE value IS 15 (6.25% from 255) = 34.09%
R=54.55%
G=11.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2451500.790.370.91328.4265.525.69
Hex185F04F255B148426
Octal305170117451335101026
Binary1100010111110100111110010110110111010010001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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