#440203

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

Shades of Rustic Red #440203

Tints of Rustic Red #440203

Color information

#440203 (or 0x440203) is unknown color: approx Rustic Red. HEX triplet: 44, 02 and 03. RGB value is (68,2,3). Sum of RGB (Red+Green+Blue) = 68+2+3=73 (9% of max value = 765). Red value is 68 (26.95% from 255 or 93.15% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 3 (1.56% from 255 or 4.11% from 73); Max value from RGB is 68 - color contains mainly: red. Hex color #440203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440203 is #BBFDFC. Grayscale: #151515. Windows color (decimal): -12320253 or 197188. OLE color: 197188.

HSL color Cylindrical-coordinate representation of color #440203: hue angle of 359.09º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #440203 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB6823-
CMYK00.970.960.73
HSL359.09º94.29%13.73%-
HSV(B)359.09º97.06%26.67%-
XYZ2.421.280.21-
YUV21.85117.37160.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 93.15%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 3 (1.56% from 255) = 4.11%
R=93.15%
G=2.74%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal682300.970.960.73359.0994.2913.73
Hex442306160491675ee
Octal10423014114011154713616
Binary10001001011011000011100000100100110110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440203; }

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

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

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

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

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

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

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

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