Html Css Color HEX #A82E12 Rust

📋 copy color: '#A82E12'

red 168 ◦ green 46 ◦ blue 18

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

Shades of Rust #A82E12

Tints of Rust #A82E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 72.41%
G = 19.83%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82E12 (or 0xA82E12) is known color: Rust. HEX triplet: A8, 2E and 12. RGB value is (168,46,18). Sum of RGB (Red+Green+Blue) = 168+46+18=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82E12 is #57D1ED. Grayscale: #4F4F4F. Windows color (decimal): -5755374 or 1191592. OLE color: 1191592.

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

Color convert

RGB 168 46 18 -
CMYK 0 0.73 0.89 0.34
HSL 11.2º 0.81% 0.36% -
HSV(B) 11.2º 0.89% 0.66% -
XYZ 17.23 10.32 1.66 -
YUV 79.29 93.42 191.28 -
System Red Green Blue C M Y K H S L
Decimal 168 46 18 0 0.73 0.89 0.34 11.2 0.81 0.36
Hex A8 2E 12 0 49 59 22 B 51 24
Octal 250 56 22 0 111 131 42 13 121 44
Binary 10101000 101110 10010 0 1001001 1011001 100010 1011 1010001 100100

Color Harmonies of #A82E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E12

Black with #A82E12

Text Example


Text Example

White with #A82E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E12; }

 p { color: rgb(168,46,18); }

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

background-color css

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

 a { background-color: rgb(168,46,18); }

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

border-color css

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

 span { border-color: rgb(168,46,18); }

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