Html Css Color HEX #470203 Rustic Red

📋 copy color: '#470203'

red 71 ◦ green 2 ◦ blue 3

#470203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #470203

Tints of Rustic Red #470203

RGB

 RED value IS 71 (28.13% from 255) = 93.42%

 GREEN value IS 2 (1.17% from 255) = 2.63%

 BLUE value IS 3 (1.56% from 255) = 3.95%

R = 93.42%
G = 2.63%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#470203 (or 0x470203) is known color: Rustic Red. HEX triplet: 47, 02 and 03. RGB value is (71,2,3). Sum of RGB (Red+Green+Blue) = 71+2+3=76 (10% of max value = 765). Red value is 71 (28.12% from 255 or 93.42% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 3 (1.56% from 255 or 3.95% from 76); Max value from RGB is 71 - color contains mainly: red. Hex color #470203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470203 is #B8FDFC. Grayscale: #161616. Windows color (decimal): -12123645 or 197191. OLE color: 197191.

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

Color convert

RGB 71 2 3 -
CMYK 0 0.97 0.96 0.72
HSL 359.13º 0.95% 0.14% -
HSV(B) 359.13º 0.97% 0.28% -
XYZ 2.64 1.39 0.22 -
YUV 22.75 116.86 162.42 -
System Red Green Blue C M Y K H S L
Decimal 71 2 3 0 0.97 0.96 0.72 359.13 0.95 0.14
Hex 47 2 3 0 61 60 48 167 5F E
Octal 107 2 3 0 141 140 110 547 137 16
Binary 1000111 10 11 0 1100001 1100000 1001000 101100111 1011111 1110

Color Harmonies of #470203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470203

Black with #470203

Text Example


Text Example

White with #470203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470203; }

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

 H1.HeaderClassName
 {
   color: #470203;
 }
 .AnyTagClassName
 {
   color: #470203;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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