Html Css Color HEX #A54511 Rust

📋 copy color: '#A54511'

red 165 ◦ green 69 ◦ blue 17

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

Shades of Rust #A54511

Tints of Rust #A54511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 65.74%
G = 27.49%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54511 (or 0xA54511) is known color: Rust. HEX triplet: A5, 45 and 11. RGB value is (165,69,17). Sum of RGB (Red+Green+Blue) = 165+69+17=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A54511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54511 is #5ABAEE. Grayscale: #5C5C5C. Windows color (decimal): -5946095 or 1131941. OLE color: 1131941.

HSL color Cylindrical-coordinate representation of color #A54511: hue angle of 21.08º 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 #A54511 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 69 17 -
CMYK 0 0.58 0.90 0.35
HSL 21.08º 0.81% 0.36% -
HSV(B) 21.08º 0.9% 0.65% -
XYZ 17.75 12.3 1.97 -
YUV 91.78 85.8 180.23 -
System Red Green Blue C M Y K H S L
Decimal 165 69 17 0 0.58 0.90 0.35 21.08 0.81 0.36
Hex A5 45 11 0 3A 5A 23 15 51 24
Octal 245 105 21 0 72 132 43 25 121 44
Binary 10100101 1000101 10001 0 111010 1011010 100011 10101 1010001 100100

Color Harmonies of #A54511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54511

Black with #A54511

Text Example


Text Example

White with #A54511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54511; }

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

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

background-color css

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

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

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

border-color css

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

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

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