#240008

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

Shades of Rustic Red #240008

Tints of Rustic Red #240008

Color information

#240008 (or 0x240008) is unknown color: approx Rustic Red. HEX triplet: 24, 00 and 08. RGB value is (36,0,8). Sum of RGB (Red+Green+Blue) = 36+0+8=44 (5% of max value = 765). Red value is 36 (14.45% from 255 or 81.82% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 8 (3.52% from 255 or 18.18% from 44); Max value from RGB is 36 - color contains mainly: red. Hex color #240008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240008 is #DBFFF7. Grayscale: #0B0B0B. Windows color (decimal): -14417912 or 524324. OLE color: 524324.

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

Color convert

RGB3608-
CMYK010.780.86
HSL346.67º100%7.06%-
HSV(B)346.67º100%14.12%-
XYZ0.770.390.26-
YUV11.68125.93145.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3608010.780.86346.671007.06
Hex24080644E5615b647
Octal4401001441161265331447
Binary1001000100001100100100111010101101010110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240008; }

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

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

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

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

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

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

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

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