#240708

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

Shades of Rustic Red #240708

Tints of Rustic Red #240708

Color information

#240708 (or 0x240708) is unknown color: approx Rustic Red. HEX triplet: 24, 07 and 08. RGB value is (36,7,8). Sum of RGB (Red+Green+Blue) = 36+7+8=51 (6% of max value = 765). Red value is 36 (14.45% from 255 or 70.59% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 8 (3.52% from 255 or 15.69% from 51); Max value from RGB is 36 - color contains mainly: red. Hex color #240708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240708 is #DBF8F7. Grayscale: #0F0F0F. Windows color (decimal): -14416120 or 526116. OLE color: 526116.

HSL color Cylindrical-coordinate representation of color #240708: hue angle of 357.93º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #240708 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.86.

Color convert

RGB3678-
CMYK00.810.780.86
HSL357.93º67.44%8.43%-
HSV(B)357.93º80.56%14.12%-
XYZ0.850.540.29-
YUV15.78123.61142.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 70.59%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 8 (3.52% from 255) = 15.69%
R=70.59%
G=13.73%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal367800.810.780.86357.9367.448.43
Hex24780514E56166438
Octal44710012111612654610310
Binary1001001111000010100011001110101011010110011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240708; }

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

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

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

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

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

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

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

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