Html Css Color HEX #A84115 Rust

📋 copy color: '#A84115'

red 168 ◦ green 65 ◦ blue 21

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

Shades of Rust #A84115

Tints of Rust #A84115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 66.14%
G = 25.59%
B = 8.27%

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

#A84115 (or 0xA84115) is known color: Rust. HEX triplet: A8, 41 and 15. RGB value is (168,65,21). Sum of RGB (Red+Green+Blue) = 168+65+21=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84115 is #57BEEA. Grayscale: #5B5B5B. Windows color (decimal): -5750507 or 1393064. OLE color: 1393064.

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

Color convert

RGB 168 65 21 -
CMYK 0 0.61 0.88 0.34
HSL 17.96º 0.78% 0.37% -
HSV(B) 17.96º 0.88% 0.66% -
XYZ 18.17 12.16 2.1 -
YUV 90.78 88.62 183.08 -
System Red Green Blue C M Y K H S L
Decimal 168 65 21 0 0.61 0.88 0.34 17.96 0.78 0.37
Hex A8 41 15 0 3D 58 22 12 4E 25
Octal 250 101 25 0 75 130 42 22 116 45
Binary 10101000 1000001 10101 0 111101 1011000 100010 10010 1001110 100101

Color Harmonies of #A84115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84115

Black with #A84115

Text Example


Text Example

White with #A84115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84115; }

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

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

background-color css

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

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

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

border-color css

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

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

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