#24000A

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

Shades of Rustic Red #24000A

Tints of Rustic Red #24000A

Color information

#24000A (or 0x24000A) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 0A. RGB value is (36,0,10). Sum of RGB (Red+Green+Blue) = 36+0+10=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #24000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24000A is #DBFFF5. Grayscale: #0B0B0B. Windows color (decimal): -14417910 or 655396. OLE color: 655396.

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

Color convert

RGB36010-
CMYK010.720.86
HSL343.33º100%7.06%-
HSV(B)343.33º100%14.12%-
XYZ0.780.40.32-
YUV11.9126.93145.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 78.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=78.26%
G=0%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36010010.720.86343.331007.06
Hex240A0644856157647
Octal4401201441101265271447
Binary1001000101001100100100100010101101010101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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