#470003

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

Shades of Rustic Red #470003

Tints of Rustic Red #470003

Color information

#470003 (or 0x470003) is unknown color: approx Rustic Red. HEX triplet: 47, 00 and 03. RGB value is (71,0,3). Sum of RGB (Red+Green+Blue) = 71+0+3=74 (9% of max value = 765). Red value is 71 (28.12% from 255 or 95.95% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 3 (1.56% from 255 or 4.05% from 74); Max value from RGB is 71 - color contains mainly: red. Hex color #470003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470003 is #B8FFFC. Grayscale: #151515. Windows color (decimal): -12124157 or 196679. OLE color: 196679.

HSL color Cylindrical-coordinate representation of color #470003: hue angle of 357.46º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470003 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.72.

Color convert

RGB7103-
CMYK010.960.72
HSL357.46º100%13.92%-
HSV(B)357.46º100%27.84%-
XYZ2.611.350.21-
YUV21.57117.52163.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 95.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 4.05%
R=95.95%
G=0%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7103010.960.72357.4610013.92
Hex4703064604816564e
Octal10703014414011054514416
Binary1000111011011001001100000100100010110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470003; }

 p { color: rgb(71,0,3); }

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

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

 a { background-color: rgb(71,0,3); }

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

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

 span { border-color: rgb(71,0,3); }

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