Html Css Color HEX #471012 Rustic Red

📋 copy color: '#471012'

red 71 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #471012

Tints of Rustic Red #471012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

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

R = 67.62%
G = 15.24%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#471012 (or 0x471012) is known color: Rustic Red. HEX triplet: 47, 10 and 12. RGB value is (71,16,18). Sum of RGB (Red+Green+Blue) = 71+16+18=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #471012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471012 is #B8EFED. Grayscale: #202020. Windows color (decimal): -12120046 or 1183815. OLE color: 1183815.

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

Color convert

RGB 71 16 18 -
CMYK 0 0.77 0.75 0.72
HSL 357.82º 0.63% 0.17% -
HSV(B) 357.82º 0.77% 0.28% -
XYZ 2.89 1.75 0.76 -
YUV 32.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 71 16 18 0 0.77 0.75 0.72 357.82 0.63 0.17
Hex 47 10 12 0 4D 4B 48 166 3F 11
Octal 107 20 22 0 115 113 110 546 77 21
Binary 1000111 10000 10010 0 1001101 1001011 1001000 101100110 111111 10001

Color Harmonies of #471012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471012

Black with #471012

Text Example


Text Example

White with #471012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471012; }

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

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

background-color css

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

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

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

border-color css

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

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

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