#241316

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

Shades of Rustic Red #241316

Tints of Rustic Red #241316

Color information

#241316 (or 0x241316) is unknown color: approx Rustic Red. HEX triplet: 24, 13 and 16. RGB value is (36,19,22). Sum of RGB (Red+Green+Blue) = 36+19+22=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241316 is #DBECE9. Grayscale: #181818. Windows color (decimal): -14413034 or 1446692. OLE color: 1446692.

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

Color convert

RGB361922-
CMYK00.470.390.86
HSL349.41º30.91%10.78%-
HSV(B)349.41º47.22%14.12%-
XYZ1.110.90.87-
YUV24.42126.63136.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 22 (8.98% from 255) = 28.57%
R=46.75%
G=24.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36192200.470.390.86349.4130.9110.78
Hex24131602F275615d1fb
Octal442326057471265353713
Binary100100100111011001011111001111010110101011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241316; }

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

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

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

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

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

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

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

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