#240009

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

Shades of Rustic Red #240009

Tints of Rustic Red #240009

Color information

#240009 (or 0x240009) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 09. RGB value is (36,0,9). Sum of RGB (Red+Green+Blue) = 36+0+9=45 (5% of max value = 765). Red value is 36 (14.45% from 255 or 80% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 9 (3.91% from 255 or 20% from 45); Max value from RGB is 36 - color contains mainly: red. Hex color #240009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240009 is #DBFFF6. Grayscale: #0B0B0B. Windows color (decimal): -14417911 or 589860. OLE color: 589860.

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

Color convert

RGB3609-
CMYK010.750.86
HSL345º100%7.06%-
HSV(B)345º100%14.12%-
XYZ0.780.390.29-
YUV11.79126.43145.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 20%
R=80%
G=0%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3609010.750.863451007.06
Hex24090644B56159647
Octal4401101441131265311447
Binary1001000100101100100100101110101101010110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240009; }

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

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

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

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

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

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

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

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