Html Css Color HEX #A85203 Rust

📋 copy color: '#A85203'

red 168 ◦ green 82 ◦ blue 3

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

Shades of Rust #A85203

Tints of Rust #A85203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 66.4%
G = 32.41%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A85203 (or 0xA85203) is known color: Rust. HEX triplet: A8, 52 and 03. RGB value is (168,82,3). Sum of RGB (Red+Green+Blue) = 168+82+3=253 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.40% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 168 - color contains mainly: red. Hex color #A85203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85203 is #57ADFC. Grayscale: #636363. Windows color (decimal): -5746173 or 217768. OLE color: 217768.

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

Color convert

RGB 168 82 3 -
CMYK 0 0.51 0.98 0.34
HSL 28.73º 0.96% 0.34% -
HSV(B) 28.73º 0.98% 0.66% -
XYZ 19.18 14.37 1.85 -
YUV 98.71 73.99 177.42 -
System Red Green Blue C M Y K H S L
Decimal 168 82 3 0 0.51 0.98 0.34 28.73 0.96 0.34
Hex A8 52 3 0 33 62 22 1D 60 22
Octal 250 122 3 0 63 142 42 35 140 42
Binary 10101000 1010010 11 0 110011 1100010 100010 11101 1100000 100010

Color Harmonies of #A85203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85203

Black with #A85203

Text Example


Text Example

White with #A85203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85203; }

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

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

background-color css

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

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

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

border-color css

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

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

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