Html Css Color HEX #A82D0E Rust

📋 copy color: '#A82D0E'

red 168 ◦ green 45 ◦ blue 14

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

Shades of Rust #A82D0E

Tints of Rust #A82D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.82%

 BLUE value IS 14 (5.86% from 255) = 6.17%

R = 74.01%
G = 19.82%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A82D0E (or 0xA82D0E) is known color: Rust. HEX triplet: A8, 2D and 0E. RGB value is (168,45,14). Sum of RGB (Red+Green+Blue) = 168+45+14=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 14 (5.86% from 255 or 6.17% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82D0E is #57D2F1. Grayscale: #4E4E4E. Windows color (decimal): -5755634 or 929192. OLE color: 929192.

HSL color Cylindrical-coordinate representation of color #A82D0E: hue angle of 12.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A82D0E is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 45 14 -
CMYK 0 0.73 0.92 0.34
HSL 12.08º 0.85% 0.36% -
HSV(B) 12.08º 0.92% 0.66% -
XYZ 17.17 10.23 1.49 -
YUV 78.24 91.75 192.02 -
System Red Green Blue C M Y K H S L
Decimal 168 45 14 0 0.73 0.92 0.34 12.08 0.85 0.36
Hex A8 2D E 0 49 5C 22 C 55 24
Octal 250 55 16 0 111 134 42 14 125 44
Binary 10101000 101101 1110 0 1001001 1011100 100010 1100 1010101 100100

Color Harmonies of #A82D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82D0E

Black with #A82D0E

Text Example


Text Example

White with #A82D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82D0E; }

 p { color: rgb(168,45,14); }

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

background-color css

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

 a { background-color: rgb(168,45,14); }

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

border-color css

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

 span { border-color: rgb(168,45,14); }

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