#240209

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

Shades of Rustic Red #240209

Tints of Rustic Red #240209

Color information

#240209 (or 0x240209) is unknown color: approx Rustic Red. HEX triplet: 24, 02 and 09. RGB value is (36,2,9). Sum of RGB (Red+Green+Blue) = 36+2+9=47 (6% of max value = 765). Red value is 36 (14.45% from 255 or 76.60% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 36 - color contains mainly: red. Hex color #240209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240209 is #DBFDF6. Grayscale: #0C0C0C. Windows color (decimal): -14417399 or 590372. OLE color: 590372.

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

Color convert

RGB3629-
CMYK00.940.750.86
HSL347.65º89.47%7.45%-
HSV(B)347.65º94.44%14.12%-
XYZ0.80.440.3-
YUV12.96125.76144.43-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 76.60%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=76.60%
G=4.26%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal362900.940.750.86347.6589.477.45
Hex242905E4B5615c597
Octal4421101361131265341317
Binary10010010100101011110100101110101101010111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240209; }

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

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

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

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

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

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

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

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