Html Css Color HEX #A84103 Rust

📋 copy color: '#A84103'

red 168 ◦ green 65 ◦ blue 3

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

Shades of Rust #A84103

Tints of Rust #A84103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.54%

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

R = 71.19%
G = 27.54%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A84103 (or 0xA84103) is known color: Rust. HEX triplet: A8, 41 and 03. RGB value is (168,65,3). Sum of RGB (Red+Green+Blue) = 168+65+3=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A84103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84103 is #57BEFC. Grayscale: #595959. Windows color (decimal): -5750525 or 213416. OLE color: 213416.

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

Color convert

RGB 168 65 3 -
CMYK 0 0.61 0.98 0.34
HSL 22.55º 0.96% 0.34% -
HSV(B) 22.55º 0.98% 0.66% -
XYZ 18.06 12.11 1.47 -
YUV 88.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 168 65 3 0 0.61 0.98 0.34 22.55 0.96 0.34
Hex A8 41 3 0 3D 62 22 17 60 22
Octal 250 101 3 0 75 142 42 27 140 42
Binary 10101000 1000001 11 0 111101 1100010 100010 10111 1100000 100010

Color Harmonies of #A84103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84103

Black with #A84103

Text Example


Text Example

White with #A84103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84103; }

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

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

background-color css

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

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

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

border-color css

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

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

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