#240614

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

Shades of Rustic Red #240614

Tints of Rustic Red #240614

Color information

#240614 (or 0x240614) is unknown color: approx Rustic Red. HEX triplet: 24, 06 and 14. RGB value is (36,6,20). Sum of RGB (Red+Green+Blue) = 36+6+20=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240614 is #DBF9EB. Grayscale: #101010. Windows color (decimal): -14416364 or 1312292. OLE color: 1312292.

HSL color Cylindrical-coordinate representation of color #240614: hue angle of 332º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #240614 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB36620-
CMYK00.830.440.86
HSL332º71.43%8.24%-
HSV(B)332º83.33%14.12%-
XYZ0.920.560.72-
YUV16.57129.94141.86-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=58.06%
G=9.68%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3662000.830.440.8633271.438.24
Hex246140532C5614c478
Octal4462401235412651410710
Binary1001001101010001010011101100101011010100110010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240614; }

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

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

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

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

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

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

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

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