#240109

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

Shades of Rustic Red #240109

Tints of Rustic Red #240109

Color information

#240109 (or 0x240109) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 09. RGB value is (36,1,9). Sum of RGB (Red+Green+Blue) = 36+1+9=46 (6% of max value = 765). Red value is 36 (14.45% from 255 or 78.26% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 36 - color contains mainly: red. Hex color #240109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240109 is #DBFEF6. Grayscale: #0C0C0C. Windows color (decimal): -14417655 or 590116. OLE color: 590116.

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

Color convert

RGB3619-
CMYK00.970.750.86
HSL346.29º94.59%7.25%-
HSV(B)346.29º97.22%14.12%-
XYZ0.790.420.3-
YUV12.38126.1144.85-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 78.26%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 9 (3.91% from 255) = 19.57%
R=78.26%
G=2.17%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal361900.970.750.86346.2994.597.25
Hex24190614B5615a5f7
Octal4411101411131265321377
Binary1001001100101100001100101110101101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240109; }

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

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

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

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

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

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

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

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