Html Css Color HEX #A5490B Rust

📋 copy color: '#A5490B'

red 165 ◦ green 73 ◦ blue 11

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

Shades of Rust #A5490B

Tints of Rust #A5490B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.32%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 66.27%
G = 29.32%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5490B (or 0xA5490B) is known color: Rust. HEX triplet: A5, 49 and 0B. RGB value is (165,73,11). Sum of RGB (Red+Green+Blue) = 165+73+11=249 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.27% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 165 - color contains mainly: red. Hex color #A5490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5490B is #5AB6F4. Grayscale: #5D5D5D. Windows color (decimal): -5945077 or 739749. OLE color: 739749.

HSL color Cylindrical-coordinate representation of color #A5490B: hue angle of 24.16º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A5490B is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 11 -
CMYK 0 0.56 0.93 0.35
HSL 24.16º 0.88% 0.35% -
HSV(B) 24.16º 0.93% 0.65% -
XYZ 17.96 12.79 1.84 -
YUV 93.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 165 73 11 0 0.56 0.93 0.35 24.16 0.88 0.35
Hex A5 49 B 0 38 5D 23 18 58 23
Octal 245 111 13 0 70 135 43 30 130 43
Binary 10100101 1001001 1011 0 111000 1011101 100011 11000 1011000 100011

Color Harmonies of #A5490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5490B

Black with #A5490B

Text Example


Text Example

White with #A5490B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5490B; }

 p { color: rgb(165,73,11); }

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

background-color css

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

 a { background-color: rgb(165,73,11); }

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

border-color css

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

 span { border-color: rgb(165,73,11); }

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