#240A14

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

Shades of Rustic Red #240A14

Tints of Rustic Red #240A14

Color information

#240A14 (or 0x240A14) is unknown color: approx Rustic Red. HEX triplet: 24, 0A and 14. RGB value is (36,10,20). Sum of RGB (Red+Green+Blue) = 36+10+20=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #240A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A14 is #DBF5EB. Grayscale: #121212. Windows color (decimal): -14415340 or 1313316. OLE color: 1313316.

HSL color Cylindrical-coordinate representation of color #240A14: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #240A14 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB361020-
CMYK00.720.440.86
HSL336.92º56.52%9.02%-
HSV(B)336.92º72.22%14.12%-
XYZ0.960.640.74-
YUV18.91128.61140.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 20 (8.20% from 255) = 30.30%
R=54.55%
G=15.15%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36102000.720.440.86336.9256.529.02
Hex24A140482C56151399
Octal4412240110541265217111
Binary1001001010101000100100010110010101101010100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240A14; }

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

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

<style>
 a { background-color: #240A14; }

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

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

<style>
 span { border-color: #240A14; }

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

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