Html Css Color HEX #A73312 Rust

📋 copy color: '#A73312'

red 167 ◦ green 51 ◦ blue 18

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

Shades of Rust #A73312

Tints of Rust #A73312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

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

R = 70.76%
G = 21.61%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A73312 (or 0xA73312) is known color: Rust. HEX triplet: A7, 33 and 12. RGB value is (167,51,18). Sum of RGB (Red+Green+Blue) = 167+51+18=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A73312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73312 is #58CCED. Grayscale: #525252. Windows color (decimal): -5819630 or 1192871. OLE color: 1192871.

HSL color Cylindrical-coordinate representation of color #A73312: hue angle of 13.29º 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 #A73312 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 51 18 -
CMYK 0 0.69 0.89 0.35
HSL 13.29º 0.81% 0.36% -
HSV(B) 13.29º 0.89% 0.65% -
XYZ 17.23 10.63 1.72 -
YUV 81.92 91.93 188.68 -
System Red Green Blue C M Y K H S L
Decimal 167 51 18 0 0.69 0.89 0.35 13.29 0.81 0.36
Hex A7 33 12 0 45 59 23 D 51 24
Octal 247 63 22 0 105 131 43 15 121 44
Binary 10100111 110011 10010 0 1000101 1011001 100011 1101 1010001 100100

Color Harmonies of #A73312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73312

Black with #A73312

Text Example


Text Example

White with #A73312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73312; }

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

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

background-color css

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

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

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

border-color css

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

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

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