#24050C

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

Shades of Rustic Red #24050C

Tints of Rustic Red #24050C

Color information

#24050C (or 0x24050C) is unknown color: approx Rustic Red. HEX triplet: 24, 05 and 0C. RGB value is (36,5,12). Sum of RGB (Red+Green+Blue) = 36+5+12=53 (7% of max value = 765). Red value is 36 (14.45% from 255 or 67.92% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 36 - color contains mainly: red. Hex color #24050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24050C is #DBFAF3. Grayscale: #0F0F0F. Windows color (decimal): -14416628 or 787748. OLE color: 787748.

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

Color convert

RGB36512-
CMYK00.860.670.86
HSL346.45º75.61%8.04%-
HSV(B)346.45º86.11%14.12%-
XYZ0.850.510.4-
YUV15.07126.27142.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 67.92%
GREEN value IS 5 (2.34% from 255) = 9.43%
BLUE value IS 12 (5.08% from 255) = 22.64%
R=67.92%
G=9.43%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3651200.860.670.86346.4575.618.04
Hex245C056435615a4c8
Octal44514012610312653211410
Binary1001001011100010101101000011101011010101101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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