Html Css Color HEX #A72A0D Rust

📋 copy color: '#A72A0D'

red 167 ◦ green 42 ◦ blue 13

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

Shades of Rust #A72A0D

Tints of Rust #A72A0D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

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

R = 75.23%
G = 18.92%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A72A0D (or 0xA72A0D) is known color: Rust. HEX triplet: A7, 2A and 0D. RGB value is (167,42,13). Sum of RGB (Red+Green+Blue) = 167+42+13=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72A0D is #58D5F2. Grayscale: #4C4C4C. Windows color (decimal): -5821939 or 862887. OLE color: 862887.

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

Color convert

RGB 167 42 13 -
CMYK 0 0.75 0.92 0.35
HSL 11.3º 0.86% 0.35% -
HSV(B) 11.3º 0.92% 0.65% -
XYZ 16.84 9.9 1.4 -
YUV 76.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 167 42 13 0 0.75 0.92 0.35 11.3 0.86 0.35
Hex A7 2A D 0 4B 5C 23 B 56 23
Octal 247 52 15 0 113 134 43 13 126 43
Binary 10100111 101010 1101 0 1001011 1011100 100011 1011 1010110 100011

Color Harmonies of #A72A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72A0D

Black with #A72A0D

Text Example


Text Example

White with #A72A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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