Html Css Color HEX #A5290A Rust

📋 copy color: '#A5290A'

red 165 ◦ green 41 ◦ blue 10

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

Shades of Rust #A5290A

Tints of Rust #A5290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

 BLUE value IS 10 (4.3% from 255) = 4.63%

R = 76.39%
G = 18.98%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A5290A (or 0xA5290A) is known color: Rust. HEX triplet: A5, 29 and 0A. RGB value is (165,41,10). Sum of RGB (Red+Green+Blue) = 165+41+10=216 (28% of max value = 765). Red value is 165 (64.84% from 255 or 76.39% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 165 - color contains mainly: red. Hex color #A5290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5290A is #5AD6F5. Grayscale: #4A4A4A. Windows color (decimal): -5953270 or 666021. OLE color: 666021.

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

Color convert

RGB 165 41 10 -
CMYK 0 0.75 0.94 0.35
HSL 12º 0.89% 0.34% -
HSV(B) 12º 0.94% 0.65% -
XYZ 16.36 9.61 1.28 -
YUV 74.54 91.58 192.52 -
System Red Green Blue C M Y K H S L
Decimal 165 41 10 0 0.75 0.94 0.35 12 0.89 0.34
Hex A5 29 A 0 4B 5E 23 C 59 22
Octal 245 51 12 0 113 136 43 14 131 42
Binary 10100101 101001 1010 0 1001011 1011110 100011 1100 1011001 100010

Color Harmonies of #A5290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5290A

Black with #A5290A

Text Example


Text Example

White with #A5290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5290A; }

 p { color: rgb(165,41,10); }

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

background-color css

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

 a { background-color: rgb(165,41,10); }

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

border-color css

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

 span { border-color: rgb(165,41,10); }

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