Html Css Color HEX #A53505 Rust

📋 copy color: '#A53505'

red 165 ◦ green 53 ◦ blue 5

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

Shades of Rust #A53505

Tints of Rust #A53505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 73.99%
G = 23.77%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A53505 (or 0xA53505) is known color: Rust. HEX triplet: A5, 35 and 05. RGB value is (165,53,5). Sum of RGB (Red+Green+Blue) = 165+53+5=223 (29% of max value = 765). Red value is 165 (64.84% from 255 or 73.99% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 165 - color contains mainly: red. Hex color #A53505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53505 is #5ACAFA. Grayscale: #515151. Windows color (decimal): -5950203 or 341413. OLE color: 341413.

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

Color convert

RGB 165 53 5 -
CMYK 0 0.68 0.97 0.35
HSL 18º 0.94% 0.33% -
HSV(B) 18º 0.97% 0.65% -
XYZ 16.82 10.56 1.29 -
YUV 81.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 165 53 5 0 0.68 0.97 0.35 18 0.94 0.33
Hex A5 35 5 0 44 61 23 12 5E 21
Octal 245 65 5 0 104 141 43 22 136 41
Binary 10100101 110101 101 0 1000100 1100001 100011 10010 1011110 100001

Color Harmonies of #A53505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53505

Black with #A53505

Text Example


Text Example

White with #A53505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53505; }

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

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

background-color css

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

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

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

border-color css

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

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

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