Html Css Color HEX #A84215 Rust

📋 copy color: '#A84215'

red 168 ◦ green 66 ◦ blue 21

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

Shades of Rust #A84215

Tints of Rust #A84215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 65.88%
G = 25.88%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A84215 (or 0xA84215) is known color: Rust. HEX triplet: A8, 42 and 15. RGB value is (168,66,21). Sum of RGB (Red+Green+Blue) = 168+66+21=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A84215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84215 is #57BDEA. Grayscale: #5B5B5B. Windows color (decimal): -5750251 or 1393320. OLE color: 1393320.

HSL color Cylindrical-coordinate representation of color #A84215: hue angle of 18.37º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A84215 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 66 21 -
CMYK 0 0.61 0.88 0.34
HSL 18.37º 0.78% 0.37% -
HSV(B) 18.37º 0.88% 0.66% -
XYZ 18.23 12.28 2.12 -
YUV 91.37 88.29 182.66 -
System Red Green Blue C M Y K H S L
Decimal 168 66 21 0 0.61 0.88 0.34 18.37 0.78 0.37
Hex A8 42 15 0 3D 58 22 12 4E 25
Octal 250 102 25 0 75 130 42 22 116 45
Binary 10101000 1000010 10101 0 111101 1011000 100010 10010 1001110 100101

Color Harmonies of #A84215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84215

Black with #A84215

Text Example


Text Example

White with #A84215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84215; }

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

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

background-color css

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

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

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

border-color css

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

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

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