Html Css Color HEX #A73601 Rust

📋 copy color: '#A73601'

red 167 ◦ green 54 ◦ blue 1

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

Shades of Rust #A73601

Tints of Rust #A73601

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 75.23%
G = 24.32%
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

#A73601 (or 0xA73601) is known color: Rust. HEX triplet: A7, 36 and 01. RGB value is (167,54,1). Sum of RGB (Red+Green+Blue) = 167+54+1=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A73601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73601 is #58C9FE. Grayscale: #525252. Windows color (decimal): -5818879 or 79527. OLE color: 79527.

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

Color convert

RGB 167 54 1 -
CMYK 0 0.68 0.99 0.35
HSL 19.16º 0.99% 0.33% -
HSV(B) 19.16º 0.99% 0.65% -
XYZ 17.26 10.86 1.21 -
YUV 81.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 167 54 1 0 0.68 0.99 0.35 19.16 0.99 0.33
Hex A7 36 1 0 44 63 23 13 63 21
Octal 247 66 1 0 104 143 43 23 143 41
Binary 10100111 110110 1 0 1000100 1100011 100011 10011 1100011 100001

Color Harmonies of #A73601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73601

Black with #A73601

Text Example


Text Example

White with #A73601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73601; }

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

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

background-color css

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

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

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

border-color css

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

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

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