#400203

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

Shades of Rustic Red #400203

Tints of Rustic Red #400203

Color information

#400203 (or 0x400203) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 03. RGB value is (64,2,3). Sum of RGB (Red+Green+Blue) = 64+2+3=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400203 is #BFFDFC. Grayscale: #141414. Windows color (decimal): -12582397 or 197184. OLE color: 197184.

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

Color convert

RGB6423-
CMYK00.970.950.75
HSL359.03º93.94%12.94%-
HSV(B)359.03º96.88%25.1%-
XYZ2.151.140.19-
YUV20.65118.04158.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 92.75%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 3 (1.56% from 255) = 4.35%
R=92.75%
G=2.90%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642300.970.950.75359.0393.9412.94
Hex40230615F4B1675ed
Octal10023014113711354713615
Binary10000001011011000011011111100101110110011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400203; }

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

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

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

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

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

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

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

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