Html Css Color HEX #A53105 Rust

📋 copy color: '#A53105'

red 165 ◦ green 49 ◦ blue 5

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

Shades of Rust #A53105

Tints of Rust #A53105

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.37%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 75.34%
G = 22.37%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A53105 (or 0xA53105) is known color: Rust. HEX triplet: A5, 31 and 05. RGB value is (165,49,5). Sum of RGB (Red+Green+Blue) = 165+49+5=219 (29% of max value = 765). Red value is 165 (64.84% from 255 or 75.34% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 165 - color contains mainly: red. Hex color #A53105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53105 is #5ACEFA. Grayscale: #4E4E4E. Windows color (decimal): -5951227 or 340389. OLE color: 340389.

HSL color Cylindrical-coordinate representation of color #A53105: hue angle of 16.5º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A53105 is Cyan = 0, Magento = 0.70, Yellow = 0.97 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 5 -
CMYK 0 0.70 0.97 0.35
HSL 16.5º 0.94% 0.33% -
HSV(B) 16.5º 0.97% 0.65% -
XYZ 16.64 10.21 1.24 -
YUV 78.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 165 49 5 0 0.70 0.97 0.35 16.5 0.94 0.33
Hex A5 31 5 0 46 61 23 10 5E 21
Octal 245 61 5 0 106 141 43 20 136 41
Binary 10100101 110001 101 0 1000110 1100001 100011 10000 1011110 100001

Color Harmonies of #A53105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53105

Black with #A53105

Text Example


Text Example

White with #A53105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53105; }

 p { color: rgb(165,49,5); }

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

background-color css

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

 a { background-color: rgb(165,49,5); }

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

border-color css

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

 span { border-color: rgb(165,49,5); }

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