#240C16

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

Shades of Rustic Red #240C16

Tints of Rustic Red #240C16

Color information

#240C16 (or 0x240C16) is unknown color: approx Rustic Red. HEX triplet: 24, 0C and 16. RGB value is (36,12,22). Sum of RGB (Red+Green+Blue) = 36+12+22=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #240C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C16 is #DBF3E9. Grayscale: #141414. Windows color (decimal): -14414826 or 1444900. OLE color: 1444900.

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

Color convert

RGB361222-
CMYK00.670.390.86
HSL335º50%9.41%-
HSV(B)335º66.67%14.12%-
XYZ10.70.84-
YUV20.32128.95139.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 51.43%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 22 (8.98% from 255) = 31.43%
R=51.43%
G=17.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36122200.670.390.86335509.41
Hex24C16043275614f329
Octal4414260103471265176211
Binary1001001100101100100001110011110101101010011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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