#24000D

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

Shades of Rustic Red #24000D

Tints of Rustic Red #24000D

Color information

#24000D (or 0x24000D) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 0D. RGB value is (36,0,13). Sum of RGB (Red+Green+Blue) = 36+0+13=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #24000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24000D is #DBFFF2. Grayscale: #0C0C0C. Windows color (decimal): -14417907 or 852004. OLE color: 852004.

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

Color convert

RGB36013-
CMYK010.640.86
HSL338.33º100%7.06%-
HSV(B)338.33º100%14.12%-
XYZ0.80.40.42-
YUV12.25128.43144.94-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 73.47%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 26.53%
R=73.47%
G=0%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36013010.640.86338.331007.06
Hex240D0644056152647
Octal4401501441001265221447
Binary1001000110101100100100000010101101010100101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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