#240413

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

Shades of Rustic Red #240413

Tints of Rustic Red #240413

Color information

#240413 (or 0x240413) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 13. RGB value is (36,4,19). Sum of RGB (Red+Green+Blue) = 36+4+19=59 (7% of max value = 765). Red value is 36 (14.45% from 255 or 61.02% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 36 - color contains mainly: red. Hex color #240413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240413 is #DBFBEC. Grayscale: #0F0F0F. Windows color (decimal): -14416877 or 1246244. OLE color: 1246244.

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

Color convert

RGB36419-
CMYK00.890.470.86
HSL331.88º80%7.84%-
HSV(B)331.88º88.89%14.12%-
XYZ0.890.510.67-
YUV15.28130.1142.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 61.02%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 19 (7.81% from 255) = 32.20%
R=61.02%
G=6.78%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3641900.890.470.86331.88807.84
Hex244130592F5614c508
Octal4442301315712651412010
Binary1001001001001101011001101111101011010100110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240413; }

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

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

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

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

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

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

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

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