#241217

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

Shades of Rustic Red #241217

Tints of Rustic Red #241217

Color information

#241217 (or 0x241217) is unknown color: approx Rustic Red. HEX triplet: 24, 12 and 17. RGB value is (36,18,23). Sum of RGB (Red+Green+Blue) = 36+18+23=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 23 (9.38% from 255 or 29.87% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241217 is #DBEDE8. Grayscale: #171717. Windows color (decimal): -14413289 or 1511972. OLE color: 1511972.

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

Color convert

RGB361823-
CMYK00.50.360.86
HSL343.33º33.33%10.59%-
HSV(B)343.33º50%14.12%-
XYZ1.10.870.92-
YUV23.95127.46136.59-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 46.75%
GREEN value IS 18 (7.42% from 255) = 23.38%
BLUE value IS 23 (9.38% from 255) = 29.87%
R=46.75%
G=23.38%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.36
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182300.50.360.86343.3333.3310.59
Hex241217032245615721b
Octal442227062441265274113
Binary1001001001010111011001010010010101101010101111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241217; }

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

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

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

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

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

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

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

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