#24040C

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

Shades of Rustic Red #24040C

Tints of Rustic Red #24040C

Color information

#24040C (or 0x24040C) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 0C. RGB value is (36,4,12). Sum of RGB (Red+Green+Blue) = 36+4+12=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #24040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040C is #DBFBF3. Grayscale: #0E0E0E. Windows color (decimal): -14416884 or 787492. OLE color: 787492.

HSL color Cylindrical-coordinate representation of color #24040C: hue angle of 345º 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 #24040C is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.86.

Color convert

RGB36412-
CMYK00.890.670.86
HSL345º80%7.84%-
HSV(B)345º88.89%14.12%-
XYZ0.840.490.4-
YUV14.48126.6143.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 7.69%
BLUE value IS 12 (5.08% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3641200.890.670.86345807.84
Hex244C0594356159508
Octal44414013110312653112010
Binary1001001001100010110011000011101011010101100110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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