Html Css Color HEX #470103 Rustic Red

📋 copy color: '#470103'

red 71 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #470103

Tints of Rustic Red #470103

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.33%

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

R = 94.67%
G = 1.33%
B = 4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#470103 (or 0x470103) is known color: Rustic Red. HEX triplet: 47, 01 and 03. RGB value is (71,1,3). Sum of RGB (Red+Green+Blue) = 71+1+3=75 (9% of max value = 765). Red value is 71 (28.12% from 255 or 94.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 3 (1.56% from 255 or 4% from 75); Max value from RGB is 71 - color contains mainly: red. Hex color #470103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470103 is #B8FEFC. Grayscale: #161616. Windows color (decimal): -12123901 or 196935. OLE color: 196935.

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

Color convert

RGB 71 1 3 -
CMYK 0 0.99 0.96 0.72
HSL 358.29º 0.97% 0.14% -
HSV(B) 358.29º 0.99% 0.28% -
XYZ 2.63 1.37 0.21 -
YUV 22.16 117.19 162.84 -
System Red Green Blue C M Y K H S L
Decimal 71 1 3 0 0.99 0.96 0.72 358.29 0.97 0.14
Hex 47 1 3 0 63 60 48 166 61 E
Octal 107 1 3 0 143 140 110 546 141 16
Binary 1000111 1 11 0 1100011 1100000 1001000 101100110 1100001 1110

Color Harmonies of #470103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470103

Black with #470103

Text Example


Text Example

White with #470103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470103; }

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

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

background-color css

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

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

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

border-color css

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

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

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