Html Css Color HEX #A54017 Rust

📋 copy color: '#A54017'

red 165 ◦ green 64 ◦ blue 23

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

Shades of Rust #A54017

Tints of Rust #A54017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.13%

R = 65.48%
G = 25.4%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A54017 (or 0xA54017) is known color: Rust. HEX triplet: A5, 40 and 17. RGB value is (165,64,23). Sum of RGB (Red+Green+Blue) = 165+64+23=252 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.48% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 23 (9.38% from 255 or 9.13% from 252); Max value from RGB is 165 - color contains mainly: red. Hex color #A54017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54017 is #5ABFE8. Grayscale: #595959. Windows color (decimal): -5947369 or 1523877. OLE color: 1523877.

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

Color convert

RGB 165 64 23 -
CMYK 0 0.61 0.86 0.35
HSL 17.32º 0.76% 0.37% -
HSV(B) 17.32º 0.86% 0.65% -
XYZ 17.51 11.73 2.15 -
YUV 89.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 165 64 23 0 0.61 0.86 0.35 17.32 0.76 0.37
Hex A5 40 17 0 3D 56 23 11 4C 25
Octal 245 100 27 0 75 126 43 21 114 45
Binary 10100101 1000000 10111 0 111101 1010110 100011 10001 1001100 100101

Color Harmonies of #A54017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54017

Black with #A54017

Text Example


Text Example

White with #A54017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54017; }

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

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

background-color css

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

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

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

border-color css

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

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

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