#241016

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

Shades of Rustic Red #241016

Tints of Rustic Red #241016

Color information

#241016 (or 0x241016) is unknown color: approx Rustic Red. HEX triplet: 24, 10 and 16. RGB value is (36,16,22). Sum of RGB (Red+Green+Blue) = 36+16+22=74 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48.65% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 36 - color contains mainly: red. Hex color #241016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241016 is #DBEFE9. Grayscale: #161616. Windows color (decimal): -14413802 or 1445924. OLE color: 1445924.

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

Color convert

RGB361622-
CMYK00.560.390.86
HSL342º38.46%10.2%-
HSV(B)342º55.56%14.12%-
XYZ1.060.80.86-
YUV22.66127.63137.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48.65%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=48.65%
G=21.62%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36162200.560.390.8634238.4610.2
Hex241016038275615626a
Octal442026070471265264612
Binary1001001000010110011100010011110101101010101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241016; }

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

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

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

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

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

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

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

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