#24040A

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

Shades of Rustic Red #24040A

Tints of Rustic Red #24040A

Color information

#24040A (or 0x24040A) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 0A. RGB value is (36,4,10). Sum of RGB (Red+Green+Blue) = 36+4+10=50 (6% of max value = 765). Red value is 36 (14.45% from 255 or 72% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 10 (4.30% from 255 or 20% from 50); Max value from RGB is 36 - color contains mainly: red. Hex color #24040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24040A is #DBFBF5. Grayscale: #0E0E0E. Windows color (decimal): -14416886 or 656420. OLE color: 656420.

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

Color convert

RGB36410-
CMYK00.890.720.86
HSL348.75º80%7.84%-
HSV(B)348.75º88.89%14.12%-
XYZ0.830.480.34-
YUV14.25125.6143.51-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 72%
GREEN value IS 4 (1.95% from 255) = 8%
BLUE value IS 10 (4.30% from 255) = 20%
R=72%
G=8%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3641000.890.720.86348.75807.84
Hex244A059485615d508
Octal44412013111012653512010
Binary1001001001010010110011001000101011010101110110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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