#040203

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

Shades of Rustic Red #040203

Tints of Rustic Red #040203

Color information

#040203 (or 0x040203) is unknown color: approx Rustic Red. HEX triplet: 04, 02 and 03. RGB value is (4,2,3). Sum of RGB (Red+Green+Blue) = 4+2+3=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 2 (1.17% from 255 or 22.22% from 9); Blue value is 3 (1.56% from 255 or 33.33% from 9); Max value from RGB is 4 - color contains mainly: red. Hex color #040203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040203 is #FBFDFC. Grayscale: #020202. Windows color (decimal): -16514557 or 197124. OLE color: 197124.

HSL color Cylindrical-coordinate representation of color #040203: hue angle of 330º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040203 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.98.

Color convert

RGB423-
CMYK00.50.250.98
HSL330º33.33%1.18%-
HSV(B)330º50%1.57%-
XYZ0.090.080.1-
YUV2.71128.16128.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 2 (1.17% from 255) = 22.22%
BLUE value IS 3 (1.56% from 255) = 33.33%
R=44.44%
G=22.22%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal42300.50.250.9833033.331.18
Hex423032196214a211
Octal42306231142512411
Binary100101101100101100111000101010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040203; }

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

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

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

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

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

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

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

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