Html Css Color HEX #A72E09 Rust

📋 copy color: '#A72E09'

red 167 ◦ green 46 ◦ blue 9

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

Shades of Rust #A72E09

Tints of Rust #A72E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.05%

R = 75.23%
G = 20.72%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A72E09 (or 0xA72E09) is known color: Rust. HEX triplet: A7, 2E and 09. RGB value is (167,46,9). Sum of RGB (Red+Green+Blue) = 167+46+9=222 (29% of max value = 765). Red value is 167 (65.62% from 255 or 75.23% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 167 - color contains mainly: red. Hex color #A72E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72E09 is #58D1F6. Grayscale: #4E4E4E. Windows color (decimal): -5820919 or 601767. OLE color: 601767.

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

Color convert

RGB 167 46 9 -
CMYK 0 0.72 0.95 0.35
HSL 14.05º 0.9% 0.35% -
HSV(B) 14.05º 0.95% 0.65% -
XYZ 16.96 10.19 1.33 -
YUV 77.96 89.09 191.51 -
System Red Green Blue C M Y K H S L
Decimal 167 46 9 0 0.72 0.95 0.35 14.05 0.9 0.35
Hex A7 2E 9 0 48 5F 23 E 5A 23
Octal 247 56 11 0 110 137 43 16 132 43
Binary 10100111 101110 1001 0 1001000 1011111 100011 1110 1011010 100011

Color Harmonies of #A72E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72E09

Black with #A72E09

Text Example


Text Example

White with #A72E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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