Html Css Color HEX #A73F0D Rust

📋 copy color: '#A73F0D'

red 167 ◦ green 63 ◦ blue 13

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

Shades of Rust #A73F0D

Tints of Rust #A73F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

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

R = 68.72%
G = 25.93%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A73F0D (or 0xA73F0D) is known color: Rust. HEX triplet: A7, 3F and 0D. RGB value is (167,63,13). Sum of RGB (Red+Green+Blue) = 167+63+13=243 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.72% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 167 - color contains mainly: red. Hex color #A73F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73F0D is #58C0F2. Grayscale: #585858. Windows color (decimal): -5816563 or 868263. OLE color: 868263.

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

Color convert

RGB 167 63 13 -
CMYK 0 0.62 0.92 0.35
HSL 19.48º 0.86% 0.35% -
HSV(B) 19.48º 0.92% 0.65% -
XYZ 17.79 11.8 1.72 -
YUV 88.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 167 63 13 0 0.62 0.92 0.35 19.48 0.86 0.35
Hex A7 3F D 0 3E 5C 23 13 56 23
Octal 247 77 15 0 76 134 43 23 126 43
Binary 10100111 111111 1101 0 111110 1011100 100011 10011 1010110 100011

Color Harmonies of #A73F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73F0D

Black with #A73F0D

Text Example


Text Example

White with #A73F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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