Html Css Color HEX #470312 Rustic Red

📋 copy color: '#470312'

red 71 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #470312

Tints of Rustic Red #470312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.26%

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

R = 77.17%
G = 3.26%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#470312 (or 0x470312) is known color: Rustic Red. HEX triplet: 47, 03 and 12. RGB value is (71,3,18). Sum of RGB (Red+Green+Blue) = 71+3+18=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470312 is #B8FCED. Grayscale: #191919. Windows color (decimal): -12123374 or 1180487. OLE color: 1180487.

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

Color convert

RGB 71 3 18 -
CMYK 0 0.96 0.75 0.72
HSL 346.76º 0.92% 0.15% -
HSV(B) 346.76º 0.96% 0.28% -
XYZ 2.74 1.45 0.71 -
YUV 25.04 124.03 160.78 -
System Red Green Blue C M Y K H S L
Decimal 71 3 18 0 0.96 0.75 0.72 346.76 0.92 0.15
Hex 47 3 12 0 60 4B 48 15B 5C F
Octal 107 3 22 0 140 113 110 533 134 17
Binary 1000111 11 10010 0 1100000 1001011 1001000 101011011 1011100 1111

Color Harmonies of #470312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470312

Black with #470312

Text Example


Text Example

White with #470312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470312; }

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

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

background-color css

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

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

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

border-color css

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

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

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