Html Css Color HEX #A82C00 Rust

📋 copy color: '#A82C00'

red 168 ◦ green 44 ◦ blue 0

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

Shades of Rust #A82C00

Tints of Rust #A82C00

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.25%
G = 20.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A82C00 (or 0xA82C00) is known color: Rust. HEX triplet: A8, 2C and 00. RGB value is (168,44,0). Sum of RGB (Red+Green+Blue) = 168+44+0=212 (28% of max value = 765). Red value is 168 (66.02% from 255 or 79.25% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C00 is #57D3FF. Grayscale: #4C4C4C. Windows color (decimal): -5755904 or 11432. OLE color: 11432.

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

Color convert

RGB 168 44 0 -
CMYK 0 0.74 1 0.34
HSL 15.71º 1% 0.33% -
HSV(B) 15.71º 1% 0.66% -
XYZ 17.05 10.13 1.06 -
YUV 76.06 85.08 193.58 -
System Red Green Blue C M Y K H S L
Decimal 168 44 0 0 0.74 1 0.34 15.71 1 0.33
Hex A8 2C 0 0 4A 64 22 10 64 21
Octal 250 54 0 0 112 144 42 20 144 41
Binary 10101000 101100 0 0 1001010 1100100 100010 10000 1100100 100001

Color Harmonies of #A82C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C00

Black with #A82C00

Text Example


Text Example

White with #A82C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C00; }

 p { color: rgb(168,44,0); }

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

background-color css

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

 a { background-color: rgb(168,44,0); }

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

border-color css

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

 span { border-color: rgb(168,44,0); }

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