Html Css Color HEX #A84202 Rust

📋 copy color: '#A84202'

red 168 ◦ green 66 ◦ blue 2

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

Shades of Rust #A84202

Tints of Rust #A84202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 71.19%
G = 27.97%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A84202 (or 0xA84202) is known color: Rust. HEX triplet: A8, 42 and 02. RGB value is (168,66,2). Sum of RGB (Red+Green+Blue) = 168+66+2=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A84202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84202 is #57BDFD. Grayscale: #595959. Windows color (decimal): -5750270 or 148136. OLE color: 148136.

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

Color convert

RGB 168 66 2 -
CMYK 0 0.61 0.99 0.34
HSL 23.13º 0.98% 0.33% -
HSV(B) 23.13º 0.99% 0.66% -
XYZ 18.11 12.23 1.46 -
YUV 89.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 168 66 2 0 0.61 0.99 0.34 23.13 0.98 0.33
Hex A8 42 2 0 3D 63 22 17 62 21
Octal 250 102 2 0 75 143 42 27 142 41
Binary 10101000 1000010 10 0 111101 1100011 100010 10111 1100010 100001

Color Harmonies of #A84202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84202

Black with #A84202

Text Example


Text Example

White with #A84202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84202; }

 p { color: rgb(168,66,2); }

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

background-color css

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

 a { background-color: rgb(168,66,2); }

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

border-color css

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

 span { border-color: rgb(168,66,2); }

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