Html Css Color HEX #A85003 Rust

📋 copy color: '#A85003'

red 168 ◦ green 80 ◦ blue 3

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

Shades of Rust #A85003

Tints of Rust #A85003

RGB

 RED value IS 168 (66.02% from 255) = 66.93%

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

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

R = 66.93%
G = 31.87%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85003 (or 0xA85003) is known color: Rust. HEX triplet: A8, 50 and 03. RGB value is (168,80,3). Sum of RGB (Red+Green+Blue) = 168+80+3=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A85003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85003 is #57AFFC. Grayscale: #616161. Windows color (decimal): -5746685 or 217256. OLE color: 217256.

HSL color Cylindrical-coordinate representation of color #A85003: hue angle of 28º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A85003 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 3 -
CMYK 0 0.52 0.98 0.34
HSL 28º 0.96% 0.34% -
HSV(B) 28º 0.98% 0.66% -
XYZ 19.03 14.07 1.8 -
YUV 97.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 168 80 3 0 0.52 0.98 0.34 28 0.96 0.34
Hex A8 50 3 0 34 62 22 1C 60 22
Octal 250 120 3 0 64 142 42 34 140 42
Binary 10101000 1010000 11 0 110100 1100010 100010 11100 1100000 100010

Color Harmonies of #A85003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85003

Black with #A85003

Text Example


Text Example

White with #A85003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85003; }

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

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

background-color css

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

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

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

border-color css

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

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

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