Html Css Color HEX #A75003 Rust

📋 copy color: '#A75003'

red 167 ◦ green 80 ◦ blue 3

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

Shades of Rust #A75003

Tints of Rust #A75003

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 66.8%
G = 32%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A75003 (or 0xA75003) is known color: Rust. HEX triplet: A7, 50 and 03. RGB value is (167,80,3). Sum of RGB (Red+Green+Blue) = 167+80+3=250 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 167 - color contains mainly: red. Hex color #A75003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A75003 is #58AFFC. Grayscale: #616161. Windows color (decimal): -5812221 or 217255. OLE color: 217255.

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

Color convert

RGB 167 80 3 -
CMYK 0 0.52 0.98 0.35
HSL 28.17º 0.96% 0.33% -
HSV(B) 28.17º 0.98% 0.65% -
XYZ 18.82 13.96 1.79 -
YUV 97.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 167 80 3 0 0.52 0.98 0.35 28.17 0.96 0.33
Hex A7 50 3 0 34 62 23 1C 60 21
Octal 247 120 3 0 64 142 43 34 140 41
Binary 10100111 1010000 11 0 110100 1100010 100011 11100 1100000 100001

Color Harmonies of #A75003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75003

Black with #A75003

Text Example


Text Example

White with #A75003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75003; }

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

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

background-color css

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

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

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

border-color css

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

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

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