#240104

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

Shades of Rustic Red #240104

Tints of Rustic Red #240104

Color information

#240104 (or 0x240104) is unknown color: approx Rustic Red. HEX triplet: 24, 01 and 04. RGB value is (36,1,4). Sum of RGB (Red+Green+Blue) = 36+1+4=41 (5% of max value = 765). Red value is 36 (14.45% from 255 or 87.80% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 36 - color contains mainly: red. Hex color #240104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240104 is #DBFEFB. Grayscale: #0B0B0B. Windows color (decimal): -14417660 or 262436. OLE color: 262436.

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

Color convert

RGB3614-
CMYK00.970.890.86
HSL354.86º94.59%7.25%-
HSV(B)354.86º97.22%14.12%-
XYZ0.760.410.15-
YUV11.81123.6145.26-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 87.80%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=87.80%
G=2.44%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal361400.970.890.86354.8694.597.25
Hex241406159561635f7
Octal441401411311265431377
Binary100100110001100001101100110101101011000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240104; }

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

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

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

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

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

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

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

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