Html Css Color HEX #A72D0E Rust

📋 copy color: '#A72D0E'

red 167 ◦ green 45 ◦ blue 14

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

Shades of Rust #A72D0E

Tints of Rust #A72D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.19%

R = 73.89%
G = 19.91%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A72D0E (or 0xA72D0E) is known color: Rust. HEX triplet: A7, 2D and 0E. RGB value is (167,45,14). Sum of RGB (Red+Green+Blue) = 167+45+14=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 45 (17.97% from 255 or 19.91% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D0E is #58D2F1. Grayscale: #4E4E4E. Windows color (decimal): -5821170 or 929191. OLE color: 929191.

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

Color convert

RGB 167 45 14 -
CMYK 0 0.73 0.92 0.35
HSL 12.16º 0.85% 0.35% -
HSV(B) 12.16º 0.92% 0.65% -
XYZ 16.95 10.12 1.48 -
YUV 77.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 167 45 14 0 0.73 0.92 0.35 12.16 0.85 0.35
Hex A7 2D E 0 49 5C 23 C 55 23
Octal 247 55 16 0 111 134 43 14 125 43
Binary 10100111 101101 1110 0 1001001 1011100 100011 1100 1010101 100011

Color Harmonies of #A72D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D0E

Black with #A72D0E

Text Example


Text Example

White with #A72D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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