#240001

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

Shades of Rustic Red #240001

Tints of Rustic Red #240001

Color information

#240001 (or 0x240001) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 01. RGB value is (36,0,1). Sum of RGB (Red+Green+Blue) = 36+0+1=37 (4% of max value = 765). Red value is 36 (14.45% from 255 or 97.30% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 36 - color contains mainly: red. Hex color #240001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240001 is #DBFFFE. Grayscale: #0A0A0A. Windows color (decimal): -14417919 or 65572. OLE color: 65572.

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

Color convert

RGB3601-
CMYK010.970.86
HSL358.33º100%7.06%-
HSV(B)358.33º100%14.12%-
XYZ0.730.380.06-
YUV10.88122.43145.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 97.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 2.70%
R=97.30%
G=0%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3601010.970.86358.331007.06
Hex24010646156166647
Octal440101441411265461447
Binary1001000101100100110000110101101011001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240001; }

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

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

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

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

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

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

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

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