Html Css Color HEX #A82B0E Rust

📋 copy color: '#A82B0E'

red 168 ◦ green 43 ◦ blue 14

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

Shades of Rust #A82B0E

Tints of Rust #A82B0E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

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

R = 74.67%
G = 19.11%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A82B0E (or 0xA82B0E) is known color: Rust. HEX triplet: A8, 2B and 0E. RGB value is (168,43,14). Sum of RGB (Red+Green+Blue) = 168+43+14=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82B0E is #57D4F1. Grayscale: #4D4D4D. Windows color (decimal): -5756146 or 928680. OLE color: 928680.

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

Color convert

RGB 168 43 14 -
CMYK 0 0.74 0.92 0.34
HSL 11.3º 0.85% 0.36% -
HSV(B) 11.3º 0.92% 0.66% -
XYZ 17.09 10.08 1.46 -
YUV 77.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 168 43 14 0 0.74 0.92 0.34 11.3 0.85 0.36
Hex A8 2B E 0 4A 5C 22 B 55 24
Octal 250 53 16 0 112 134 42 13 125 44
Binary 10101000 101011 1110 0 1001010 1011100 100010 1011 1010101 100100

Color Harmonies of #A82B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82B0E

Black with #A82B0E

Text Example


Text Example

White with #A82B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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