#240A0E

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

Shades of Rustic Red #240A0E

Tints of Rustic Red #240A0E

Color information

#240A0E (or 0x240A0E) is unknown color: approx Rustic Red. HEX triplet: 24, 0A and 0E. RGB value is (36,10,14). Sum of RGB (Red+Green+Blue) = 36+10+14=60 (7% of max value = 765). Red value is 36 (14.45% from 255 or 60% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 36 - color contains mainly: red. Hex color #240A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A0E is #DBF5F1. Grayscale: #121212. Windows color (decimal): -14415346 or 920100. OLE color: 920100.

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

Color convert

RGB361014-
CMYK00.720.610.86
HSL350.77º56.52%9.02%-
HSV(B)350.77º72.22%14.12%-
XYZ0.920.620.49-
YUV18.23125.61140.67-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 60%
GREEN value IS 10 (4.30% from 255) = 16.67%
BLUE value IS 14 (5.86% from 255) = 23.33%
R=60%
G=16.67%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36101400.720.610.86350.7756.529.02
Hex24AE0483D5615f399
Octal4412160110751265377111
Binary100100101011100100100011110110101101010111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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