#400103

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

Shades of Rustic Red #400103

Tints of Rustic Red #400103

Color information

#400103 (or 0x400103) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 03. RGB value is (64,1,3). Sum of RGB (Red+Green+Blue) = 64+1+3=68 (9% of max value = 765). Red value is 64 (25.39% from 255 or 94.12% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 64 - color contains mainly: red. Hex color #400103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400103 is #BFFEFC. Grayscale: #141414. Windows color (decimal): -12582653 or 196928. OLE color: 196928.

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

Color convert

RGB6413-
CMYK00.980.950.75
HSL358.1º96.92%12.75%-
HSV(B)358.1º98.44%25.1%-
XYZ2.141.120.19-
YUV20.06118.37159.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 94.12%
GREEN value IS 1 (0.78% from 255) = 1.47%
BLUE value IS 3 (1.56% from 255) = 4.41%
R=94.12%
G=1.47%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal641300.980.950.75358.196.9212.75
Hex40130625F4B16661d
Octal10013014213711354614115
Binary1000000111011000101011111100101110110011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400103; }

 p { color: rgb(64,1,3); }

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

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

 a { background-color: rgb(64,1,3); }

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

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

 span { border-color: rgb(64,1,3); }

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