Html Css Color HEX #A72D0A Rust

📋 copy color: '#A72D0A'

red 167 ◦ green 45 ◦ blue 10

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

Shades of Rust #A72D0A

Tints of Rust #A72D0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.5%

R = 75.23%
G = 20.27%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A72D0A (or 0xA72D0A) is known color: Rust. HEX triplet: A7, 2D and 0A. RGB value is (167,45,10). Sum of RGB (Red+Green+Blue) = 167+45+10=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 45 (17.97% from 255 or 20.27% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D0A is #58D2F5. Grayscale: #4D4D4D. Windows color (decimal): -5821174 or 667047. OLE color: 667047.

HSL color Cylindrical-coordinate representation of color #A72D0A: hue angle of 13.38º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A72D0A is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 45 10 -
CMYK 0 0.73 0.94 0.35
HSL 13.38º 0.89% 0.35% -
HSV(B) 13.38º 0.94% 0.65% -
XYZ 16.93 10.11 1.35 -
YUV 77.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 167 45 10 0 0.73 0.94 0.35 13.38 0.89 0.35
Hex A7 2D A 0 49 5E 23 D 59 23
Octal 247 55 12 0 111 136 43 15 131 43
Binary 10100111 101101 1010 0 1001001 1011110 100011 1101 1011001 100011

Color Harmonies of #A72D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D0A

Black with #A72D0A

Text Example


Text Example

White with #A72D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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