#430203

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

Shades of Rustic Red #430203

Tints of Rustic Red #430203

Color information

#430203 (or 0x430203) is unknown color: approx Rustic Red. HEX triplet: 43, 02 and 03. RGB value is (67,2,3). Sum of RGB (Red+Green+Blue) = 67+2+3=72 (9% of max value = 765). Red value is 67 (26.56% from 255 or 93.06% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 67 - color contains mainly: red. Hex color #430203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430203 is #BCFDFC. Grayscale: #151515. Windows color (decimal): -12385789 or 197187. OLE color: 197187.

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

Color convert

RGB6723-
CMYK00.970.960.74
HSL359.08º94.2%13.53%-
HSV(B)359.08º97.01%26.27%-
XYZ2.351.240.2-
YUV21.55117.53160.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 93.06%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 3 (1.56% from 255) = 4.17%
R=93.06%
G=2.78%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal672300.970.960.74359.0894.213.53
Hex4323061604A1675ee
Octal10323014114011254713616
Binary10000111011011000011100000100101010110011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430203; }

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

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

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

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

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

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

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

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