#241419

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

Shades of Rustic Red #241419

Tints of Rustic Red #241419

Color information

#241419 (or 0x241419) is unknown color: approx Rustic Red. HEX triplet: 24, 14 and 19. RGB value is (36,20,25). Sum of RGB (Red+Green+Blue) = 36+20+25=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241419 is #DBEBE6. Grayscale: #191919. Windows color (decimal): -14412775 or 1643556. OLE color: 1643556.

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

Color convert

RGB362025-
CMYK00.440.310.86
HSL341.25º28.57%10.98%-
HSV(B)341.25º44.44%14.12%-
XYZ1.150.951.04-
YUV25.35127.8135.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 25 (10.16% from 255) = 30.86%
R=44.44%
G=24.69%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36202500.440.310.86341.2528.5710.98
Hex24141902C1F561551db
Octal442431054371265253513
Binary10010010100110010101100111111010110101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241419; }

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

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

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

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

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

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

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

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