#240F12

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

Shades of Rustic Red #240F12

Tints of Rustic Red #240F12

Color information

#240F12 (or 0x240F12) is unknown color: approx Rustic Red. HEX triplet: 24, 0F and 12. RGB value is (36,15,18). Sum of RGB (Red+Green+Blue) = 36+15+18=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #240F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F12 is #DBF0ED. Grayscale: #151515. Windows color (decimal): -14414062 or 1183524. OLE color: 1183524.

HSL color Cylindrical-coordinate representation of color #240F12: hue angle of 351.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #240F12 is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB361518-
CMYK00.580.50.86
HSL351.43º41.18%10%-
HSV(B)351.43º58.33%14.12%-
XYZ1.010.760.67-
YUV21.62125.96138.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.17%
GREEN value IS 15 (6.25% from 255) = 21.74%
BLUE value IS 18 (7.42% from 255) = 26.09%
R=52.17%
G=21.74%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36151800.580.50.86351.4341.1810
Hex24F1203A325615f29a
Octal441722072621265375112
Binary100100111110010011101011001010101101010111111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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