Html Css Color HEX #A54016 Rust

📋 copy color: '#A54016'

red 165 ◦ green 64 ◦ blue 22

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

Shades of Rust #A54016

Tints of Rust #A54016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.5%

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

R = 65.74%
G = 25.5%
B = 8.76%

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

#A54016 (or 0xA54016) is known color: Rust. HEX triplet: A5, 40 and 16. RGB value is (165,64,22). Sum of RGB (Red+Green+Blue) = 165+64+22=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A54016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54016 is #5ABFE9. Grayscale: #595959. Windows color (decimal): -5947370 or 1458341. OLE color: 1458341.

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

Color convert

RGB 165 64 22 -
CMYK 0 0.61 0.87 0.35
HSL 17.62º 0.76% 0.37% -
HSV(B) 17.62º 0.87% 0.65% -
XYZ 17.5 11.72 2.1 -
YUV 89.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 165 64 22 0 0.61 0.87 0.35 17.62 0.76 0.37
Hex A5 40 16 0 3D 57 23 12 4C 25
Octal 245 100 26 0 75 127 43 22 114 45
Binary 10100101 1000000 10110 0 111101 1010111 100011 10010 1001100 100101

Color Harmonies of #A54016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54016

Black with #A54016

Text Example


Text Example

White with #A54016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54016; }

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

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

background-color css

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

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

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

border-color css

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

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

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