Html Css Color HEX #A72504 Rust

📋 copy color: '#A72504'

red 167 ◦ green 37 ◦ blue 4

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

Shades of Rust #A72504

Tints of Rust #A72504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 80.29%
G = 17.79%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A72504 (or 0xA72504) is known color: Rust. HEX triplet: A7, 25 and 04. RGB value is (167,37,4). Sum of RGB (Red+Green+Blue) = 167+37+4=208 (27% of max value = 765). Red value is 167 (65.62% from 255 or 80.29% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 167 - color contains mainly: red. Hex color #A72504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72504 is #58DAFB. Grayscale: #484848. Windows color (decimal): -5823228 or 271783. OLE color: 271783.

HSL color Cylindrical-coordinate representation of color #A72504: hue angle of 12.15º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A72504 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 37 4 -
CMYK 0 0.78 0.98 0.35
HSL 12.15º 0.95% 0.34% -
HSV(B) 12.15º 0.98% 0.65% -
XYZ 16.62 9.55 1.08 -
YUV 72.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 167 37 4 0 0.78 0.98 0.35 12.15 0.95 0.34
Hex A7 25 4 0 4E 62 23 C 5F 22
Octal 247 45 4 0 116 142 43 14 137 42
Binary 10100111 100101 100 0 1001110 1100010 100011 1100 1011111 100010

Color Harmonies of #A72504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72504

Black with #A72504

Text Example


Text Example

White with #A72504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72504; }

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

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

background-color css

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

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

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

border-color css

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

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

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