Html Css Color HEX #A72500 Rust

📋 copy color: '#A72500'

red 167 ◦ green 37 ◦ blue 0

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

Shades of Rust #A72500

Tints of Rust #A72500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 81.86%
G = 18.14%
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

#A72500 (or 0xA72500) is known color: Rust. HEX triplet: A7, 25 and 00. RGB value is (167,37,0). Sum of RGB (Red+Green+Blue) = 167+37+0=204 (27% of max value = 765). Red value is 167 (65.62% from 255 or 81.86% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 167 - color contains mainly: red. Hex color #A72500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72500 is #58DAFF. Grayscale: #474747. Windows color (decimal): -5823232 or 9639. OLE color: 9639.

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

Color convert

RGB 167 37 0 -
CMYK 0 0.78 1 0.35
HSL 13.29º 1% 0.33% -
HSV(B) 13.29º 1% 0.65% -
XYZ 16.6 9.54 0.97 -
YUV 71.65 87.57 196.01 -
System Red Green Blue C M Y K H S L
Decimal 167 37 0 0 0.78 1 0.35 13.29 1 0.33
Hex A7 25 0 0 4E 64 23 D 64 21
Octal 247 45 0 0 116 144 43 15 144 41
Binary 10100111 100101 0 0 1001110 1100100 100011 1101 1100100 100001

Color Harmonies of #A72500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72500

Black with #A72500

Text Example


Text Example

White with #A72500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72500; }

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

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

background-color css

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

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

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

border-color css

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

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

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