Html Css Color HEX #A53417 Rust

📋 copy color: '#A53417'

red 165 ◦ green 52 ◦ blue 23

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

Shades of Rust #A53417

Tints of Rust #A53417

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 68.75%
G = 21.67%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A53417 (or 0xA53417) is known color: Rust. HEX triplet: A5, 34 and 17. RGB value is (165,52,23). Sum of RGB (Red+Green+Blue) = 165+52+23=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A53417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53417 is #5ACBE8. Grayscale: #525252. Windows color (decimal): -5950441 or 1520805. OLE color: 1520805.

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

Color convert

RGB 165 52 23 -
CMYK 0 0.68 0.86 0.35
HSL 12.25º 0.76% 0.37% -
HSV(B) 12.25º 0.86% 0.65% -
XYZ 16.9 10.52 1.95 -
YUV 82.48 94.44 186.86 -
System Red Green Blue C M Y K H S L
Decimal 165 52 23 0 0.68 0.86 0.35 12.25 0.76 0.37
Hex A5 34 17 0 44 56 23 C 4C 25
Octal 245 64 27 0 104 126 43 14 114 45
Binary 10100101 110100 10111 0 1000100 1010110 100011 1100 1001100 100101

Color Harmonies of #A53417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53417

Black with #A53417

Text Example


Text Example

White with #A53417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53417; }

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

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

background-color css

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

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

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

border-color css

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

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

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