Html Css Color HEX #470102 Rustic Red

📋 copy color: '#470102'

red 71 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #470102

Tints of Rustic Red #470102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.7%

R = 95.95%
G = 1.35%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#470102 (or 0x470102) is known color: Rustic Red. HEX triplet: 47, 01 and 02. RGB value is (71,1,2). Sum of RGB (Red+Green+Blue) = 71+1+2=74 (9% of max value = 765). Red value is 71 (28.12% from 255 or 95.95% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 71 - color contains mainly: red. Hex color #470102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470102 is #B8FEFD. Grayscale: #161616. Windows color (decimal): -12123902 or 131399. OLE color: 131399.

HSL color Cylindrical-coordinate representation of color #470102: hue angle of 359.14º 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 #470102 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 1 2 -
CMYK 0 0.99 0.97 0.72
HSL 359.14º 0.97% 0.14% -
HSV(B) 359.14º 0.99% 0.28% -
XYZ 2.62 1.37 0.18 -
YUV 22.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 71 1 2 0 0.99 0.97 0.72 359.14 0.97 0.14
Hex 47 1 2 0 63 61 48 167 61 E
Octal 107 1 2 0 143 141 110 547 141 16
Binary 1000111 1 10 0 1100011 1100001 1001000 101100111 1100001 1110

Color Harmonies of #470102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470102

Black with #470102

Text Example


Text Example

White with #470102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470102; }

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

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

background-color css

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

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

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

border-color css

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

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

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