#241216

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

Shades of Rustic Red #241216

Tints of Rustic Red #241216

Color information

#241216 (or 0x241216) is unknown color: approx Rustic Red. HEX triplet: 24, 12 and 16. RGB value is (36,18,22). Sum of RGB (Red+Green+Blue) = 36+18+22=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #241216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241216 is #DBEDE9. Grayscale: #171717. Windows color (decimal): -14413290 or 1446436. OLE color: 1446436.

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

Color convert

RGB361822-
CMYK00.50.390.86
HSL346.67º33.33%10.59%-
HSV(B)346.67º50%14.12%-
XYZ1.090.870.87-
YUV23.84126.96136.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=47.37%
G=23.68%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182200.50.390.86346.6733.3310.59
Hex241216032275615b21b
Octal442226062471265334113
Binary1001001001010110011001010011110101101010110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241216; }

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

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

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

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

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

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

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

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