Html Css Color HEX #A53416 Rust

📋 copy color: '#A53416'

red 165 ◦ green 52 ◦ blue 22

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

Shades of Rust #A53416

Tints of Rust #A53416

RGB

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

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

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

R = 69.04%
G = 21.76%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53416 (or 0xA53416) is known color: Rust. HEX triplet: A5, 34 and 16. RGB value is (165,52,22). Sum of RGB (Red+Green+Blue) = 165+52+22=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A53416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53416 is #5ACBE9. Grayscale: #525252. Windows color (decimal): -5950442 or 1455269. OLE color: 1455269.

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

Color convert

RGB 165 52 22 -
CMYK 0 0.68 0.87 0.35
HSL 12.59º 0.76% 0.37% -
HSV(B) 12.59º 0.87% 0.65% -
XYZ 16.89 10.51 1.9 -
YUV 82.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 165 52 22 0 0.68 0.87 0.35 12.59 0.76 0.37
Hex A5 34 16 0 44 57 23 D 4C 25
Octal 245 64 26 0 104 127 43 15 114 45
Binary 10100101 110100 10110 0 1000100 1010111 100011 1101 1001100 100101

Color Harmonies of #A53416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53416

Black with #A53416

Text Example


Text Example

White with #A53416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53416; }

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

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

background-color css

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

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

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

border-color css

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

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

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