Html Css Color HEX #A82201 Rust

📋 copy color: '#A82201'

red 168 ◦ green 34 ◦ blue 1

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

Shades of Rust #A82201

Tints of Rust #A82201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 82.76%
G = 16.75%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82201 (or 0xA82201) is known color: Rust. HEX triplet: A8, 22 and 01. RGB value is (168,34,1). Sum of RGB (Red+Green+Blue) = 168+34+1=203 (26% of max value = 765). Red value is 168 (66.02% from 255 or 82.76% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 168 - color contains mainly: red. Hex color #A82201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82201 is #57DDFE. Grayscale: #464646. Windows color (decimal): -5758463 or 74408. OLE color: 74408.

HSL color Cylindrical-coordinate representation of color #A82201: hue angle of 11.86º degrees, saturation: 0.99, 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 #A82201 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 34 1 -
CMYK 0 0.80 0.99 0.34
HSL 11.86º 0.99% 0.33% -
HSV(B) 11.86º 0.99% 0.66% -
XYZ 16.73 9.47 0.98 -
YUV 70.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 168 34 1 0 0.80 0.99 0.34 11.86 0.99 0.33
Hex A8 22 1 0 50 63 22 C 63 21
Octal 250 42 1 0 120 143 42 14 143 41
Binary 10101000 100010 1 0 1010000 1100011 100010 1100 1100011 100001

Color Harmonies of #A82201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82201

Black with #A82201

Text Example


Text Example

White with #A82201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82201; }

 p { color: rgb(168,34,1); }

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

background-color css

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

 a { background-color: rgb(168,34,1); }

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

border-color css

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

 span { border-color: rgb(168,34,1); }

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