Html Css Color HEX #A72400 Rust

📋 copy color: '#A72400'

red 167 ◦ green 36 ◦ blue 0

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

Shades of Rust #A72400

Tints of Rust #A72400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

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

R = 82.27%
G = 17.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A72400 (or 0xA72400) is known color: Rust. HEX triplet: A7, 24 and 00. RGB value is (167,36,0). Sum of RGB (Red+Green+Blue) = 167+36+0=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A72400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72400 is #58DBFF. Grayscale: #474747. Windows color (decimal): -5823488 or 9383. OLE color: 9383.

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

Color convert

RGB 167 36 0 -
CMYK 0 0.78 1 0.35
HSL 12.93º 1% 0.33% -
HSV(B) 12.93º 1% 0.65% -
XYZ 16.57 9.48 0.96 -
YUV 71.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 167 36 0 0 0.78 1 0.35 12.93 1 0.33
Hex A7 24 0 0 4E 64 23 D 64 21
Octal 247 44 0 0 116 144 43 15 144 41
Binary 10100111 100100 0 0 1001110 1100100 100011 1101 1100100 100001

Color Harmonies of #A72400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72400

Black with #A72400

Text Example


Text Example

White with #A72400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72400; }

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

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

background-color css

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

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

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

border-color css

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

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

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