#240713

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

Shades of Rustic Red #240713

Tints of Rustic Red #240713

Color information

#240713 (or 0x240713) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 13. RGB value is (36,7,19). Sum of RGB (Red+Green+Blue) = 36+7+19=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 7 (3.12% from 255 or 11.29% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #240713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240713 is #DBF8EC. Grayscale: #111111. Windows color (decimal): -14416109 or 1247012. OLE color: 1247012.

HSL color Cylindrical-coordinate representation of color #240713: hue angle of 335.17º 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 #240713 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB36719-
CMYK00.810.470.86
HSL335.17º67.44%8.43%-
HSV(B)335.17º80.56%14.12%-
XYZ0.920.570.68-
YUV17.04129.11141.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 58.06%
GREEN value IS 7 (3.12% from 255) = 11.29%
BLUE value IS 19 (7.81% from 255) = 30.65%
R=58.06%
G=11.29%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3671900.810.470.86335.1767.448.43
Hex247130512F5614f438
Octal4472301215712651710310
Binary1001001111001101010001101111101011010100111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240713; }

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

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

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

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

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

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

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

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