Html Css Color HEX #A53616 Rust

📋 copy color: '#A53616'

red 165 ◦ green 54 ◦ blue 22

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

Shades of Rust #A53616

Tints of Rust #A53616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 68.46%
G = 22.41%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A53616 (or 0xA53616) is known color: Rust. HEX triplet: A5, 36 and 16. RGB value is (165,54,22). Sum of RGB (Red+Green+Blue) = 165+54+22=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A53616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53616 is #5AC9E9. Grayscale: #535353. Windows color (decimal): -5949930 or 1455781. OLE color: 1455781.

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

Color convert

RGB 165 54 22 -
CMYK 0 0.67 0.87 0.35
HSL 13.43º 0.76% 0.37% -
HSV(B) 13.43º 0.87% 0.65% -
XYZ 16.98 10.7 1.93 -
YUV 83.54 93.27 186.1 -
System Red Green Blue C M Y K H S L
Decimal 165 54 22 0 0.67 0.87 0.35 13.43 0.76 0.37
Hex A5 36 16 0 43 57 23 D 4C 25
Octal 245 66 26 0 103 127 43 15 114 45
Binary 10100101 110110 10110 0 1000011 1010111 100011 1101 1001100 100101

Color Harmonies of #A53616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53616

Black with #A53616

Text Example


Text Example

White with #A53616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53616; }

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

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

background-color css

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

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

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

border-color css

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

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

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