#241114

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

Shades of Rustic Red #241114

Tints of Rustic Red #241114

Color information

#241114 (or 0x241114) is unknown color: approx Rustic Red. HEX triplet: 24, 11 and 14. RGB value is (36,17,20). Sum of RGB (Red+Green+Blue) = 36+17+20=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #241114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241114 is #DBEEEB. Grayscale: #171717. Windows color (decimal): -14413548 or 1315108. OLE color: 1315108.

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

Color convert

RGB361720-
CMYK00.530.440.86
HSL350.53º35.85%10.39%-
HSV(B)350.53º52.78%14.12%-
XYZ1.050.830.77-
YUV23.02126.29137.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=49.32%
G=23.29%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36172000.530.440.86350.5335.8510.39
Hex2411140352C5615f24a
Octal442124065541265374412
Binary1001001000110100011010110110010101101010111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241114; }

 p { color: rgb(36,17,20); }

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

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

 a { background-color: rgb(36,17,20); }

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

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

 span { border-color: rgb(36,17,20); }

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