Html Css Color HEX #A72D0F Rust

📋 copy color: '#A72D0F'

red 167 ◦ green 45 ◦ blue 15

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

Shades of Rust #A72D0F

Tints of Rust #A72D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 73.57%
G = 19.82%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A72D0F (or 0xA72D0F) is known color: Rust. HEX triplet: A7, 2D and 0F. RGB value is (167,45,15). Sum of RGB (Red+Green+Blue) = 167+45+15=227 (30% of max value = 765). Red value is 167 (65.62% from 255 or 73.57% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 167 - color contains mainly: red. Hex color #A72D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A72D0F is #58D2F0. Grayscale: #4E4E4E. Windows color (decimal): -5821169 or 994727. OLE color: 994727.

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

Color convert

RGB 167 45 15 -
CMYK 0 0.73 0.91 0.35
HSL 11.84º 0.84% 0.36% -
HSV(B) 11.84º 0.91% 0.65% -
XYZ 16.96 10.13 1.51 -
YUV 78.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 167 45 15 0 0.73 0.91 0.35 11.84 0.84 0.36
Hex A7 2D F 0 49 5B 23 C 54 24
Octal 247 55 17 0 111 133 43 14 124 44
Binary 10100111 101101 1111 0 1001001 1011011 100011 1100 1010100 100100

Color Harmonies of #A72D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72D0F

Black with #A72D0F

Text Example


Text Example

White with #A72D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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