Html Css Color HEX #A72E0D Rust

📋 copy color: '#A72E0D'

red 167 ◦ green 46 ◦ blue 13

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

Shades of Rust #A72E0D

Tints of Rust #A72E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.35%

 BLUE value IS 13 (5.47% from 255) = 5.75%

R = 73.89%
G = 20.35%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A72E0D (or 0xA72E0D) is known color: Rust. HEX triplet: A7, 2E and 0D. RGB value is (167,46,13). Sum of RGB (Red+Green+Blue) = 167+46+13=226 (29% of max value = 765). Red value is 167 (65.62% from 255 or 73.89% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 13 (5.47% from 255 or 5.75% from 226); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72E0D is #58D1F2. Grayscale: #4E4E4E. Windows color (decimal): -5820915 or 863911. OLE color: 863911.

HSL color Cylindrical-coordinate representation of color #A72E0D: hue angle of 12.86º degrees, saturation: 0.86, 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 #A72E0D is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 46 13 -
CMYK 0 0.72 0.92 0.35
HSL 12.86º 0.86% 0.35% -
HSV(B) 12.86º 0.92% 0.65% -
XYZ 16.99 10.2 1.45 -
YUV 78.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 167 46 13 0 0.72 0.92 0.35 12.86 0.86 0.35
Hex A7 2E D 0 48 5C 23 D 56 23
Octal 247 56 15 0 110 134 43 15 126 43
Binary 10100111 101110 1101 0 1001000 1011100 100011 1101 1010110 100011

Color Harmonies of #A72E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E0D

Black with #A72E0D

Text Example


Text Example

White with #A72E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E0D; }

 p { color: rgb(167,46,13); }

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

background-color css

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

 a { background-color: rgb(167,46,13); }

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

border-color css

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

 span { border-color: rgb(167,46,13); }

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