Html Css Color HEX #A73315 Rust

📋 copy color: '#A73315'

red 167 ◦ green 51 ◦ blue 21

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

Shades of Rust #A73315

Tints of Rust #A73315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.79%

R = 69.87%
G = 21.34%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A73315 (or 0xA73315) is known color: Rust. HEX triplet: A7, 33 and 15. RGB value is (167,51,21). Sum of RGB (Red+Green+Blue) = 167+51+21=239 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.87% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 167 - color contains mainly: red. Hex color #A73315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73315 is #58CCEA. Grayscale: #525252. Windows color (decimal): -5819627 or 1389479. OLE color: 1389479.

HSL color Cylindrical-coordinate representation of color #A73315: hue angle of 12.33º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A73315 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 51 21 -
CMYK 0 0.69 0.87 0.35
HSL 12.33º 0.78% 0.37% -
HSV(B) 12.33º 0.87% 0.65% -
XYZ 17.26 10.64 1.85 -
YUV 82.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 167 51 21 0 0.69 0.87 0.35 12.33 0.78 0.37
Hex A7 33 15 0 45 57 23 C 4E 25
Octal 247 63 25 0 105 127 43 14 116 45
Binary 10100111 110011 10101 0 1000101 1010111 100011 1100 1001110 100101

Color Harmonies of #A73315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73315

Black with #A73315

Text Example


Text Example

White with #A73315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73315; }

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

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

background-color css

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

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

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

border-color css

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

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

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