#240709

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

Shades of Rustic Red #240709

Tints of Rustic Red #240709

Color information

#240709 (or 0x240709) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 09. RGB value is (36,7,9). Sum of RGB (Red+Green+Blue) = 36+7+9=52 (6% of max value = 765). Red value is 36 (14.45% from 255 or 69.23% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 36 - color contains mainly: red. Hex color #240709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240709 is #DBF8F6. Grayscale: #0F0F0F. Windows color (decimal): -14416119 or 591652. OLE color: 591652.

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

Color convert

RGB3679-
CMYK00.810.750.86
HSL355.86º67.44%8.43%-
HSV(B)355.86º80.56%14.12%-
XYZ0.850.550.32-
YUV15.9124.11142.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 69.23%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=69.23%
G=13.46%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal367900.810.750.86355.8667.448.43
Hex24790514B56164438
Octal44711012111312654410310
Binary1001001111001010100011001011101011010110010010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240709; }

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

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

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

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

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

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

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

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