#241517

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

Shades of Rustic Red #241517

Tints of Rustic Red #241517

Color information

#241517 (or 0x241517) is unknown color: approx Rustic Red. HEX triplet: 24, 15 and 17. RGB value is (36,21,23). Sum of RGB (Red+Green+Blue) = 36+21+23=80 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 36 - color contains mainly: red. Hex color #241517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241517 is #DBEAE8. Grayscale: #191919. Windows color (decimal): -14412521 or 1512740. OLE color: 1512740.

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

Color convert

RGB362123-
CMYK00.420.360.86
HSL352º26.32%11.18%-
HSV(B)352º41.67%14.12%-
XYZ1.150.970.94-
YUV25.71126.47135.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 45%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 23 (9.38% from 255) = 28.75%
R=45%
G=26.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36212300.420.360.8635226.3211.18
Hex24151702A24561601ab
Octal442527052441265403213
Binary100100101011011101010101001001010110101100000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241517; }

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

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

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

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

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

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

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

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