Html Css Color HEX #A73103 Rust

📋 copy color: '#A73103'

red 167 ◦ green 49 ◦ blue 3

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

Shades of Rust #A73103

Tints of Rust #A73103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 76.26%
G = 22.37%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A73103 (or 0xA73103) is known color: Rust. HEX triplet: A7, 31 and 03. RGB value is (167,49,3). Sum of RGB (Red+Green+Blue) = 167+49+3=219 (29% of max value = 765). Red value is 167 (65.62% from 255 or 76.26% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 167 - color contains mainly: red. Hex color #A73103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A73103 is #58CEFC. Grayscale: #4F4F4F. Windows color (decimal): -5820157 or 209319. OLE color: 209319.

HSL color Cylindrical-coordinate representation of color #A73103: hue angle of 16.83º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A73103 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 3 -
CMYK 0 0.71 0.98 0.35
HSL 16.83º 0.96% 0.33% -
HSV(B) 16.83º 0.98% 0.65% -
XYZ 17.05 10.42 1.2 -
YUV 79.04 85.09 190.74 -
System Red Green Blue C M Y K H S L
Decimal 167 49 3 0 0.71 0.98 0.35 16.83 0.96 0.33
Hex A7 31 3 0 47 62 23 11 60 21
Octal 247 61 3 0 107 142 43 21 140 41
Binary 10100111 110001 11 0 1000111 1100010 100011 10001 1100000 100001

Color Harmonies of #A73103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73103

Black with #A73103

Text Example


Text Example

White with #A73103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73103; }

 p { color: rgb(167,49,3); }

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

background-color css

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

 a { background-color: rgb(167,49,3); }

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

border-color css

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

 span { border-color: rgb(167,49,3); }

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