#240F16

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

Shades of Rustic Red #240F16

Tints of Rustic Red #240F16

Color information

#240F16 (or 0x240F16) is unknown color: approx Rustic Red. HEX triplet: 24, 0F and 16. RGB value is (36,15,22). Sum of RGB (Red+Green+Blue) = 36+15+22=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240F16 is #DBF0E9. Grayscale: #161616. Windows color (decimal): -14414058 or 1445668. OLE color: 1445668.

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

Color convert

RGB361522-
CMYK00.580.390.86
HSL340º41.18%10%-
HSV(B)340º58.33%14.12%-
XYZ1.040.770.85-
YUV22.08127.96137.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 15 (6.25% from 255) = 20.55%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=49.32%
G=20.55%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36152200.580.390.8634041.1810
Hex24F1603A275615429a
Octal441726072471265245112
Binary100100111110110011101010011110101101010101001010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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