Html Css Color HEX #A54211 Rust

📋 copy color: '#A54211'

red 165 ◦ green 66 ◦ blue 17

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

Shades of Rust #A54211

Tints of Rust #A54211

RGB

 RED value IS 165 (64.84% from 255) = 66.53%

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 66.53%
G = 26.61%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54211 (or 0xA54211) is known color: Rust. HEX triplet: A5, 42 and 11. RGB value is (165,66,17). Sum of RGB (Red+Green+Blue) = 165+66+17=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A54211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54211 is #5ABDEE. Grayscale: #5A5A5A. Windows color (decimal): -5946863 or 1131173. OLE color: 1131173.

HSL color Cylindrical-coordinate representation of color #A54211: hue angle of 19.86º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A54211 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 66 17 -
CMYK 0 0.60 0.90 0.35
HSL 19.86º 0.81% 0.36% -
HSV(B) 19.86º 0.9% 0.65% -
XYZ 17.57 11.94 1.91 -
YUV 90.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 165 66 17 0 0.60 0.90 0.35 19.86 0.81 0.36
Hex A5 42 11 0 3C 5A 23 14 51 24
Octal 245 102 21 0 74 132 43 24 121 44
Binary 10100101 1000010 10001 0 111100 1011010 100011 10100 1010001 100100

Color Harmonies of #A54211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54211

Black with #A54211

Text Example


Text Example

White with #A54211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54211; }

 p { color: rgb(165,66,17); }

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

background-color css

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

 a { background-color: rgb(165,66,17); }

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

border-color css

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

 span { border-color: rgb(165,66,17); }

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