#240714

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

Shades of Rustic Red #240714

Tints of Rustic Red #240714

Color information

#240714 (or 0x240714) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 14. RGB value is (36,7,20). Sum of RGB (Red+Green+Blue) = 36+7+20=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 7 (3.12% from 255 or 11.11% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #240714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240714 is #DBF8EB. Grayscale: #111111. Windows color (decimal): -14416108 or 1312548. OLE color: 1312548.

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

Color convert

RGB36720-
CMYK00.810.440.86
HSL333.1º67.44%8.43%-
HSV(B)333.1º80.56%14.12%-
XYZ0.930.580.72-
YUV17.15129.61141.44-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 7 (3.12% from 255) = 11.11%
BLUE value IS 20 (8.20% from 255) = 31.75%
R=57.14%
G=11.11%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3672000.810.440.86333.167.448.43
Hex247140512C5614d438
Octal4472401215412651510310
Binary1001001111010001010001101100101011010100110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240714; }

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

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

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

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

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

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

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

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