Html Css Color HEX #A73600 Rust

📋 copy color: '#A73600'

red 167 ◦ green 54 ◦ blue 0

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

Shades of Rust #A73600

Tints of Rust #A73600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.57%
G = 24.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73600 (or 0xA73600) is known color: Rust. HEX triplet: A7, 36 and 00. RGB value is (167,54,0). Sum of RGB (Red+Green+Blue) = 167+54+0=221 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.57% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 167 - color contains mainly: red. Hex color #A73600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73600 is #58C9FF. Grayscale: #515151. Windows color (decimal): -5818880 or 13991. OLE color: 13991.

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

Color convert

RGB 167 54 0 -
CMYK 0 0.68 1 0.35
HSL 19.4º 1% 0.33% -
HSV(B) 19.4º 1% 0.65% -
XYZ 17.26 10.85 1.19 -
YUV 81.63 81.94 188.89 -
System Red Green Blue C M Y K H S L
Decimal 167 54 0 0 0.68 1 0.35 19.4 1 0.33
Hex A7 36 0 0 44 64 23 13 64 21
Octal 247 66 0 0 104 144 43 23 144 41
Binary 10100111 110110 0 0 1000100 1100100 100011 10011 1100100 100001

Color Harmonies of #A73600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73600

Black with #A73600

Text Example


Text Example

White with #A73600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73600; }

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

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

background-color css

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

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

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

border-color css

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

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

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