#400208

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

Shades of Rustic Red #400208

Tints of Rustic Red #400208

Color information

#400208 (or 0x400208) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 08. RGB value is (64,2,8). Sum of RGB (Red+Green+Blue) = 64+2+8=74 (9% of max value = 765). Red value is 64 (25.39% from 255 or 86.49% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 8 (3.52% from 255 or 10.81% from 74); Max value from RGB is 64 - color contains mainly: red. Hex color #400208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400208 is #BFFDF7. Grayscale: #151515. Windows color (decimal): -12582392 or 524864. OLE color: 524864.

HSL color Cylindrical-coordinate representation of color #400208: hue angle of 354.19º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400208 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB6428-
CMYK00.970.870.75
HSL354.19º93.94%12.94%-
HSV(B)354.19º96.88%25.1%-
XYZ2.181.150.34-
YUV21.22120.54158.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 86.49%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 8 (3.52% from 255) = 10.81%
R=86.49%
G=2.70%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642800.970.870.75354.1993.9412.94
Hex4028061574B1625ed
Octal100210014112711354213615
Binary1000000101000011000011010111100101110110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400208; }

 p { color: rgb(64,2,8); }

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

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

 a { background-color: rgb(64,2,8); }

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

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

 span { border-color: rgb(64,2,8); }

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