Html Css Color HEX #470212 Rustic Red

📋 copy color: '#470212'

red 71 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #470212

Tints of Rustic Red #470212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 78.02%
G = 2.2%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470212 (or 0x470212) is known color: Rustic Red. HEX triplet: 47, 02 and 12. RGB value is (71,2,18). Sum of RGB (Red+Green+Blue) = 71+2+18=91 (12% of max value = 765). Red value is 71 (28.12% from 255 or 78.02% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 71 - color contains mainly: red. Hex color #470212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470212 is #B8FDED. Grayscale: #181818. Windows color (decimal): -12123630 or 1180231. OLE color: 1180231.

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

Color convert

RGB 71 2 18 -
CMYK 0 0.97 0.75 0.72
HSL 346.09º 0.95% 0.14% -
HSV(B) 346.09º 0.97% 0.28% -
XYZ 2.73 1.43 0.7 -
YUV 24.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 71 2 18 0 0.97 0.75 0.72 346.09 0.95 0.14
Hex 47 2 12 0 61 4B 48 15A 5F E
Octal 107 2 22 0 141 113 110 532 137 16
Binary 1000111 10 10010 0 1100001 1001011 1001000 101011010 1011111 1110

Color Harmonies of #470212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470212

Black with #470212

Text Example


Text Example

White with #470212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470212; }

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

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

background-color css

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

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

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

border-color css

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

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

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