Html Css Color HEX #A73501 Rust

📋 copy color: '#A73501'

red 167 ◦ green 53 ◦ blue 1

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

Shades of Rust #A73501

Tints of Rust #A73501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.98%

 BLUE value IS 1 (0.78% from 255) = 0.45%

R = 75.57%
G = 23.98%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A73501 (or 0xA73501) is known color: Rust. HEX triplet: A7, 35 and 01. RGB value is (167,53,1). Sum of RGB (Red+Green+Blue) = 167+53+1=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A73501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73501 is #58CAFE. Grayscale: #515151. Windows color (decimal): -5819135 or 79271. OLE color: 79271.

HSL color Cylindrical-coordinate representation of color #A73501: hue angle of 18.8º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A73501 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 53 1 -
CMYK 0 0.68 0.99 0.35
HSL 18.8º 0.99% 0.33% -
HSV(B) 18.8º 0.99% 0.65% -
XYZ 17.21 10.76 1.2 -
YUV 81.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 167 53 1 0 0.68 0.99 0.35 18.8 0.99 0.33
Hex A7 35 1 0 44 63 23 13 63 21
Octal 247 65 1 0 104 143 43 23 143 41
Binary 10100111 110101 1 0 1000100 1100011 100011 10011 1100011 100001

Color Harmonies of #A73501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73501

Black with #A73501

Text Example


Text Example

White with #A73501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73501; }

 p { color: rgb(167,53,1); }

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

background-color css

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

 a { background-color: rgb(167,53,1); }

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

border-color css

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

 span { border-color: rgb(167,53,1); }

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