#240407

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

Shades of Rustic Red #240407

Tints of Rustic Red #240407

Color information

#240407 (or 0x240407) is unknown color: approx Rustic Red. HEX triplet: 24, 04 and 07. RGB value is (36,4,7). Sum of RGB (Red+Green+Blue) = 36+4+7=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 7 (3.12% from 255 or 14.89% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240407 is #DBFBF8. Grayscale: #0D0D0D. Windows color (decimal): -14416889 or 459812. OLE color: 459812.

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

Color convert

RGB3647-
CMYK00.890.810.86
HSL354.38º80%7.84%-
HSV(B)354.38º88.89%14.12%-
XYZ0.810.480.25-
YUV13.91124.1143.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 4 (1.95% from 255) = 8.51%
BLUE value IS 7 (3.12% from 255) = 14.89%
R=76.60%
G=8.51%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal364700.890.810.86354.38807.84
Hex24470595156162508
Octal4447013112112654212010
Binary100100100111010110011010001101011010110001010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240407; }

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

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

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

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

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

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

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

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