#241516

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

Shades of Rustic Red #241516

Tints of Rustic Red #241516

Color information

#241516 (or 0x241516) is unknown color: approx Rustic Red. HEX triplet: 24, 15 and 16. RGB value is (36,21,22). Sum of RGB (Red+Green+Blue) = 36+21+22=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241516 is #DBEAE9. Grayscale: #191919. Windows color (decimal): -14412522 or 1447204. OLE color: 1447204.

HSL color Cylindrical-coordinate representation of color #241516: hue angle of 356º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241516 is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.86.

Color convert

RGB362122-
CMYK00.420.390.86
HSL356º26.32%11.18%-
HSV(B)356º41.67%14.12%-
XYZ1.140.970.89-
YUV25.6125.97135.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 22 (8.98% from 255) = 27.85%
R=45.57%
G=26.58%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212200.420.390.8635626.3211.18
Hex24151602A27561641ab
Octal442526052471265443213
Binary100100101011011001010101001111010110101100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241516; }

 p { color: rgb(36,21,22); }

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

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

 a { background-color: rgb(36,21,22); }

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

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

 span { border-color: rgb(36,21,22); }

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