Html Css Color HEX #A2290B Rust

📋 copy color: '#A2290B'

red 162 ◦ green 41 ◦ blue 11

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

Shades of Rust #A2290B

Tints of Rust #A2290B

RGB

 RED value IS 162 (63.67% from 255) = 75.7%

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

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

R = 75.7%
G = 19.16%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2290B (or 0xA2290B) is known color: Rust. HEX triplet: A2, 29 and 0B. RGB value is (162,41,11). Sum of RGB (Red+Green+Blue) = 162+41+11=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A2290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2290B is #5DD6F4. Grayscale: #494949. Windows color (decimal): -6149877 or 731554. OLE color: 731554.

HSL color Cylindrical-coordinate representation of color #A2290B: hue angle of 11.92º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2290B is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 41 11 -
CMYK 0 0.75 0.93 0.36
HSL 11.92º 0.87% 0.34% -
HSV(B) 11.92º 0.93% 0.64% -
XYZ 15.75 9.29 1.28 -
YUV 73.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 162 41 11 0 0.75 0.93 0.36 11.92 0.87 0.34
Hex A2 29 B 0 4B 5D 24 C 57 22
Octal 242 51 13 0 113 135 44 14 127 42
Binary 10100010 101001 1011 0 1001011 1011101 100100 1100 1010111 100010

Color Harmonies of #A2290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2290B

Black with #A2290B

Text Example


Text Example

White with #A2290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2290B; }

 p { color: rgb(162,41,11); }

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

background-color css

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

 a { background-color: rgb(162,41,11); }

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

border-color css

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

 span { border-color: rgb(162,41,11); }

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