Html Css Color HEX #A73800 Rust

📋 copy color: '#A73800'

red 167 ◦ green 56 ◦ blue 0

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

Shades of Rust #A73800

Tints of Rust #A73800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 74.89%
G = 25.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A73800 (or 0xA73800) is known color: Rust. HEX triplet: A7, 38 and 00. RGB value is (167,56,0). Sum of RGB (Red+Green+Blue) = 167+56+0=223 (29% of max value = 765). Red value is 167 (65.62% from 255 or 74.89% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 167 - color contains mainly: red. Hex color #A73800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73800 is #58C7FF. Grayscale: #535353. Windows color (decimal): -5818368 or 14503. OLE color: 14503.

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

Color convert

RGB 167 56 0 -
CMYK 0 0.66 1 0.35
HSL 20.12º 1% 0.33% -
HSV(B) 20.12º 1% 0.65% -
XYZ 17.35 11.04 1.22 -
YUV 82.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 167 56 0 0 0.66 1 0.35 20.12 1 0.33
Hex A7 38 0 0 42 64 23 14 64 21
Octal 247 70 0 0 102 144 43 24 144 41
Binary 10100111 111000 0 0 1000010 1100100 100011 10100 1100100 100001

Color Harmonies of #A73800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73800

Black with #A73800

Text Example


Text Example

White with #A73800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73800; }

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

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

background-color css

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

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

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

border-color css

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

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

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