#240C14

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

Shades of Rustic Red #240C14

Tints of Rustic Red #240C14

Color information

#240C14 (or 0x240C14) is unknown color: approx Rustic Red. HEX triplet: 24, 0C and 14. RGB value is (36,12,20). Sum of RGB (Red+Green+Blue) = 36+12+20=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #240C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C14 is #DBF3EB. Grayscale: #141414. Windows color (decimal): -14414828 or 1313828. OLE color: 1313828.

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

Color convert

RGB361220-
CMYK00.670.440.86
HSL340º50%9.41%-
HSV(B)340º66.67%14.12%-
XYZ0.990.690.74-
YUV20.09127.95139.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 12 (5.08% from 255) = 17.65%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=52.94%
G=17.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36122000.670.440.86340509.41
Hex24C140432C56154329
Octal4414240103541265246211
Binary1001001100101000100001110110010101101010101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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