#241112

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

Shades of Rustic Red #241112

Tints of Rustic Red #241112

Color information

#241112 (or 0x241112) is unknown color: approx Rustic Red. HEX triplet: 24, 11 and 12. RGB value is (36,17,18). Sum of RGB (Red+Green+Blue) = 36+17+18=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #241112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241112 is #DBEEED. Grayscale: #161616. Windows color (decimal): -14413550 or 1184036. OLE color: 1184036.

HSL color Cylindrical-coordinate representation of color #241112: hue angle of 356.84º 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 #241112 is Cyan = 0, Magento = 0.53, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB361718-
CMYK00.530.50.86
HSL356.84º35.85%10.39%-
HSV(B)356.84º52.78%14.12%-
XYZ1.040.820.68-
YUV22.8125.29137.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=50.70%
G=23.94%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36171800.530.50.86356.8435.8510.39
Hex241112035325616524a
Octal442122065621265454412
Binary1001001000110010011010111001010101101011001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241112; }

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

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

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

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

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

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

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

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