#24010E

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

Shades of Rustic Red #24010E

Tints of Rustic Red #24010E

Color information

#24010E (or 0x24010E) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 0E. RGB value is (36,1,14). Sum of RGB (Red+Green+Blue) = 36+1+14=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 14 (5.86% from 255 or 27.45% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #24010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #24010E is #DBFEF1. Grayscale: #0C0C0C. Windows color (decimal): -14417650 or 917796. OLE color: 917796.

HSL color Cylindrical-coordinate representation of color #24010E: hue angle of 337.71º 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 #24010E is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB36114-
CMYK00.970.610.86
HSL337.71º94.59%7.25%-
HSV(B)337.71º97.22%14.12%-
XYZ0.820.430.46-
YUV12.95128.6144.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 70.59%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 14 (5.86% from 255) = 27.45%
R=70.59%
G=1.96%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3611400.970.610.86337.7194.597.25
Hex241E0613D561525f7
Octal441160141751265221377
Binary100100111100110000111110110101101010100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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