#24010A

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

Shades of Rustic Red #24010A

Tints of Rustic Red #24010A

Color information

#24010A (or 0x24010A) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 0A. RGB value is (36,1,10). Sum of RGB (Red+Green+Blue) = 36+1+10=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #24010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010A is #DBFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14417654 or 655652. OLE color: 655652.

HSL color Cylindrical-coordinate representation of color #24010A: hue angle of 344.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24010A is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.86.

Color convert

RGB36110-
CMYK00.970.720.86
HSL344.57º94.59%7.25%-
HSV(B)344.57º97.22%14.12%-
XYZ0.790.420.33-
YUV12.49126.6144.77-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 1 (0.78% from 255) = 2.13%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=76.60%
G=2.13%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611000.970.720.86344.5794.597.25
Hex241A06148561595f7
Octal4411201411101265311377
Binary1001001101001100001100100010101101010110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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