Html Css Color HEX #A84212 Rust

📋 copy color: '#A84212'

red 168 ◦ green 66 ◦ blue 18

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

Shades of Rust #A84212

Tints of Rust #A84212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

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

R = 66.67%
G = 26.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84212 (or 0xA84212) is known color: Rust. HEX triplet: A8, 42 and 12. RGB value is (168,66,18). Sum of RGB (Red+Green+Blue) = 168+66+18=252 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.67% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 168 - color contains mainly: red. Hex color #A84212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84212 is #57BDED. Grayscale: #5B5B5B. Windows color (decimal): -5750254 or 1196712. OLE color: 1196712.

HSL color Cylindrical-coordinate representation of color #A84212: hue angle of 19.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 #A84212 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 18 -
CMYK 0 0.61 0.89 0.34
HSL 19.2º 0.81% 0.36% -
HSV(B) 19.2º 0.89% 0.66% -
XYZ 18.21 12.26 1.98 -
YUV 91.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 168 66 18 0 0.61 0.89 0.34 19.2 0.81 0.36
Hex A8 42 12 0 3D 59 22 13 51 24
Octal 250 102 22 0 75 131 42 23 121 44
Binary 10101000 1000010 10010 0 111101 1011001 100010 10011 1010001 100100

Color Harmonies of #A84212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84212

Black with #A84212

Text Example


Text Example

White with #A84212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84212; }

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

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

background-color css

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

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

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

border-color css

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

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

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