#241619

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

Shades of Rustic Red #241619

Tints of Rustic Red #241619

Color information

#241619 (or 0x241619) is unknown color: approx Rustic Red. HEX triplet: 24, 16 and 19. RGB value is (36,22,25). Sum of RGB (Red+Green+Blue) = 36+22+25=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241619 is #DBE9E6. Grayscale: #1A1A1A. Windows color (decimal): -14412263 or 1644068. OLE color: 1644068.

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

Color convert

RGB362225-
CMYK00.390.310.86
HSL347.14º24.14%11.37%-
HSV(B)347.14º38.89%14.12%-
XYZ1.191.021.05-
YUV26.53127.14134.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.37%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 25 (10.16% from 255) = 30.12%
R=43.37%
G=26.51%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36222500.390.310.86347.1424.1411.37
Hex2416190271F5615b18b
Octal442631047371265333013
Binary10010010110110010100111111111010110101011011110001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241619; }

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

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

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

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

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

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

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

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