Html Css Color HEX #A54116 Rust

📋 copy color: '#A54116'

red 165 ◦ green 65 ◦ blue 22

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

Shades of Rust #A54116

Tints of Rust #A54116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 65.48%
G = 25.79%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54116 (or 0xA54116) is known color: Rust. HEX triplet: A5, 41 and 16. RGB value is (165,65,22). Sum of RGB (Red+Green+Blue) = 165+65+22=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54116 is #5ABEE9. Grayscale: #5A5A5A. Windows color (decimal): -5947114 or 1458597. OLE color: 1458597.

HSL color Cylindrical-coordinate representation of color #A54116: hue angle of 18.04º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A54116 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 65 22 -
CMYK 0 0.61 0.87 0.35
HSL 18.04º 0.76% 0.37% -
HSV(B) 18.04º 0.87% 0.65% -
XYZ 17.55 11.84 2.12 -
YUV 90 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 165 65 22 0 0.61 0.87 0.35 18.04 0.76 0.37
Hex A5 41 16 0 3D 57 23 12 4C 25
Octal 245 101 26 0 75 127 43 22 114 45
Binary 10100101 1000001 10110 0 111101 1010111 100011 10010 1001100 100101

Color Harmonies of #A54116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54116

Black with #A54116

Text Example


Text Example

White with #A54116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54116; }

 p { color: rgb(165,65,22); }

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

background-color css

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

 a { background-color: rgb(165,65,22); }

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

border-color css

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

 span { border-color: rgb(165,65,22); }

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