#24040D

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

Shades of Rustic Red #24040D

Tints of Rustic Red #24040D

Color information

#24040D (or 0x24040D) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 0D. RGB value is (36,4,13). Sum of RGB (Red+Green+Blue) = 36+4+13=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040D is #DBFBF2. Grayscale: #0E0E0E. Windows color (decimal): -14416883 or 853028. OLE color: 853028.

HSL color Cylindrical-coordinate representation of color #24040D: hue angle of 343.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #24040D is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.86.

Color convert

RGB36413-
CMYK00.890.640.86
HSL343.12º80%7.84%-
HSV(B)343.12º88.89%14.12%-
XYZ0.840.490.43-
YUV14.59127.1143.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 67.92%
GREEN value IS 4 (1.95% from 255) = 7.55%
BLUE value IS 13 (5.47% from 255) = 24.53%
R=67.92%
G=7.55%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3641300.890.640.86343.12807.84
Hex244D0594056157508
Octal44415013110012652712010
Binary1001001001101010110011000000101011010101011110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24040D; }

 p { color: rgb(36,4,13); }

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

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

 a { background-color: rgb(36,4,13); }

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

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

 span { border-color: rgb(36,4,13); }

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