#24050E

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

Shades of Rustic Red #24050E

Tints of Rustic Red #24050E

Color information

#24050E (or 0x24050E) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 0E. RGB value is (36,5,14). Sum of RGB (Red+Green+Blue) = 36+5+14=55 (7% of max value = 765). Red value is 36 (14.45% from 255 or 65.45% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 36 - color contains mainly: red. Hex color #24050E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050E is #DBFAF1. Grayscale: #0F0F0F. Windows color (decimal): -14416626 or 918820. OLE color: 918820.

HSL color Cylindrical-coordinate representation of color #24050E: hue angle of 342.58º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24050E is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB36514-
CMYK00.860.610.86
HSL342.58º75.61%8.04%-
HSV(B)342.58º86.11%14.12%-
XYZ0.860.520.47-
YUV15.29127.27142.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 65.45%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 25.45%
R=65.45%
G=9.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3651400.860.610.86342.5875.618.04
Hex245E0563D561574c8
Octal4451601267512652711410
Binary100100101111001010110111101101011010101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24050E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24050E; }

 p { color: rgb(36,5,14); }

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

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

 a { background-color: rgb(36,5,14); }

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

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

 span { border-color: rgb(36,5,14); }

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