Html Css Color HEX #A54311 Rust

📋 copy color: '#A54311'

red 165 ◦ green 67 ◦ blue 17

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

Shades of Rust #A54311

Tints of Rust #A54311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.91%

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

R = 66.27%
G = 26.91%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A54311 (or 0xA54311) is known color: Rust. HEX triplet: A5, 43 and 11. RGB value is (165,67,17). Sum of RGB (Red+Green+Blue) = 165+67+17=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A54311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54311 is #5ABCEE. Grayscale: #5A5A5A. Windows color (decimal): -5946607 or 1131429. OLE color: 1131429.

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

Color convert

RGB 165 67 17 -
CMYK 0 0.59 0.90 0.35
HSL 20.27º 0.81% 0.36% -
HSV(B) 20.27º 0.9% 0.65% -
XYZ 17.63 12.05 1.93 -
YUV 90.6 86.47 181.07 -
System Red Green Blue C M Y K H S L
Decimal 165 67 17 0 0.59 0.90 0.35 20.27 0.81 0.36
Hex A5 43 11 0 3B 5A 23 14 51 24
Octal 245 103 21 0 73 132 43 24 121 44
Binary 10100101 1000011 10001 0 111011 1011010 100011 10100 1010001 100100

Color Harmonies of #A54311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54311

Black with #A54311

Text Example


Text Example

White with #A54311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54311; }

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

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

background-color css

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

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

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

border-color css

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

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

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