#24090D

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

Shades of Rustic Red #24090D

Tints of Rustic Red #24090D

Color information

#24090D (or 0x24090D) is unknown color: approx Rustic Red. HEX triplet: 24, 09 and 0D. RGB value is (36,9,13). Sum of RGB (Red+Green+Blue) = 36+9+13=58 (7% of max value = 765). Red value is 36 (14.45% from 255 or 62.07% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 36 - color contains mainly: red. Hex color #24090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24090D is #DBF6F2. Grayscale: #111111. Windows color (decimal): -14415603 or 854308. OLE color: 854308.

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

Color convert

RGB36913-
CMYK00.750.640.86
HSL351.11º60%8.82%-
HSV(B)351.11º75%14.12%-
XYZ0.90.60.45-
YUV17.53125.45141.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 62.07%
GREEN value IS 9 (3.91% from 255) = 15.52%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=62.07%
G=15.52%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3691300.750.640.86351.11608.82
Hex249D04B405615f3c9
Octal44111501131001265377411
Binary1001001001110101001011100000010101101010111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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