Html Css Color HEX #A73212 Rust

📋 copy color: '#A73212'

red 167 ◦ green 50 ◦ blue 18

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

Shades of Rust #A73212

Tints of Rust #A73212

RGB

 RED value IS 167 (65.63% from 255) = 71.06%

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 71.06%
G = 21.28%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A73212 (or 0xA73212) is known color: Rust. HEX triplet: A7, 32 and 12. RGB value is (167,50,18). Sum of RGB (Red+Green+Blue) = 167+50+18=235 (31% of max value = 765). Red value is 167 (65.62% from 255 or 71.06% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 167 - color contains mainly: red. Hex color #A73212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73212 is #58CDED. Grayscale: #515151. Windows color (decimal): -5819886 or 1192615. OLE color: 1192615.

HSL color Cylindrical-coordinate representation of color #A73212: hue angle of 12.89º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A73212 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 50 18 -
CMYK 0 0.70 0.89 0.35
HSL 12.89º 0.81% 0.36% -
HSV(B) 12.89º 0.89% 0.65% -
XYZ 17.19 10.54 1.7 -
YUV 81.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 167 50 18 0 0.70 0.89 0.35 12.89 0.81 0.36
Hex A7 32 12 0 46 59 23 D 51 24
Octal 247 62 22 0 106 131 43 15 121 44
Binary 10100111 110010 10010 0 1000110 1011001 100011 1101 1010001 100100

Color Harmonies of #A73212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73212

Black with #A73212

Text Example


Text Example

White with #A73212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73212; }

 p { color: rgb(167,50,18); }

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

background-color css

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

 a { background-color: rgb(167,50,18); }

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

border-color css

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

 span { border-color: rgb(167,50,18); }

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