Html Css Color HEX #A82801 Rust

📋 copy color: '#A82801'

red 168 ◦ green 40 ◦ blue 1

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

Shades of Rust #A82801

Tints of Rust #A82801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 80.38%
G = 19.14%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82801 (or 0xA82801) is known color: Rust. HEX triplet: A8, 28 and 01. RGB value is (168,40,1). Sum of RGB (Red+Green+Blue) = 168+40+1=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A82801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82801 is #57D7FE. Grayscale: #4A4A4A. Windows color (decimal): -5756927 or 75944. OLE color: 75944.

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

Color convert

RGB 168 40 1 -
CMYK 0 0.76 0.99 0.34
HSL 14.01º 0.99% 0.33% -
HSV(B) 14.01º 0.99% 0.66% -
XYZ 16.91 9.84 1.04 -
YUV 73.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 168 40 1 0 0.76 0.99 0.34 14.01 0.99 0.33
Hex A8 28 1 0 4C 63 22 E 63 21
Octal 250 50 1 0 114 143 42 16 143 41
Binary 10101000 101000 1 0 1001100 1100011 100010 1110 1100011 100001

Color Harmonies of #A82801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82801

Black with #A82801

Text Example


Text Example

White with #A82801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82801; }

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

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

background-color css

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

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

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

border-color css

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

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

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