#240A12

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

Shades of Rustic Red #240A12

Tints of Rustic Red #240A12

Color information

#240A12 (or 0x240A12) is unknown color: approx Rustic Red. HEX triplet: 24, 0A and 12. RGB value is (36,10,18). Sum of RGB (Red+Green+Blue) = 36+10+18=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #240A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240A12 is #DBF5ED. Grayscale: #121212. Windows color (decimal): -14415342 or 1182244. OLE color: 1182244.

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

Color convert

RGB361018-
CMYK00.720.50.86
HSL341.54º56.52%9.02%-
HSV(B)341.54º72.22%14.12%-
XYZ0.950.640.65-
YUV18.69127.61140.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 56.25%
GREEN value IS 10 (4.30% from 255) = 15.62%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=56.25%
G=15.62%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36101800.720.50.86341.5456.529.02
Hex24A120483256156399
Octal4412220110621265267111
Binary1001001010100100100100011001010101101010101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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