Html Css Color HEX #A72D04 Rust

📋 copy color: '#A72D04'

red 167 ◦ green 45 ◦ blue 4

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

Shades of Rust #A72D04

Tints of Rust #A72D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.83%

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

R = 77.31%
G = 20.83%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A72D04 (or 0xA72D04) is known color: Rust. HEX triplet: A7, 2D and 04. RGB value is (167,45,4). Sum of RGB (Red+Green+Blue) = 167+45+4=216 (28% of max value = 765). Red value is 167 (65.62% from 255 or 77.31% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D04 is #58D2FB. Grayscale: #4D4D4D. Windows color (decimal): -5821180 or 273831. OLE color: 273831.

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

Color convert

RGB 167 45 4 -
CMYK 0 0.73 0.98 0.35
HSL 15.09º 0.95% 0.34% -
HSV(B) 15.09º 0.98% 0.65% -
XYZ 16.9 10.1 1.17 -
YUV 76.8 86.92 192.33 -
System Red Green Blue C M Y K H S L
Decimal 167 45 4 0 0.73 0.98 0.35 15.09 0.95 0.34
Hex A7 2D 4 0 49 62 23 F 5F 22
Octal 247 55 4 0 111 142 43 17 137 42
Binary 10100111 101101 100 0 1001001 1100010 100011 1111 1011111 100010

Color Harmonies of #A72D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D04

Black with #A72D04

Text Example


Text Example

White with #A72D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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