#241519

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

Shades of Rustic Red #241519

Tints of Rustic Red #241519

Color information

#241519 (or 0x241519) is unknown color: approx Rustic Red. HEX triplet: 24, 15 and 19. RGB value is (36,21,25). Sum of RGB (Red+Green+Blue) = 36+21+25=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #241519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241519 is #DBEAE6. Grayscale: #191919. Windows color (decimal): -14412519 or 1643812. OLE color: 1643812.

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

Color convert

RGB362125-
CMYK00.420.310.86
HSL344º26.32%11.18%-
HSV(B)344º41.67%14.12%-
XYZ1.170.981.05-
YUV25.94127.47135.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 25 (10.16% from 255) = 30.49%
R=43.90%
G=25.61%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212500.420.310.8634426.3211.18
Hex24151902A1F561581ab
Octal442531052371265303213
Binary10010010101110010101010111111010110101011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241519; }

 p { color: rgb(36,21,25); }

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

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

 a { background-color: rgb(36,21,25); }

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

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

 span { border-color: rgb(36,21,25); }

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