#241318

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

Shades of Rustic Red #241318

Tints of Rustic Red #241318

Color information

#241318 (or 0x241318) is unknown color: approx Rustic Red. HEX triplet: 24, 13 and 18. RGB value is (36,19,24). Sum of RGB (Red+Green+Blue) = 36+19+24=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #241318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241318 is #DBECE7. Grayscale: #181818. Windows color (decimal): -14413032 or 1577764. OLE color: 1577764.

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

Color convert

RGB361924-
CMYK00.470.330.86
HSL342.35º30.91%10.78%-
HSV(B)342.35º47.22%14.12%-
XYZ1.130.910.98-
YUV24.65127.63136.09-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45.57%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=45.57%
G=24.05%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36192400.470.330.86342.3530.9110.78
Hex24131802F21561561fb
Octal442330057411265263713
Binary100100100111100001011111000011010110101010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241318; }

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

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

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

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

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

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

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

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