Html Css Color HEX #A3290A Rust

📋 copy color: '#A3290A'

red 163 ◦ green 41 ◦ blue 10

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

Shades of Rust #A3290A

Tints of Rust #A3290A

RGB

 RED value IS 163 (64.06% from 255) = 76.17%

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

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

R = 76.17%
G = 19.16%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A3290A (or 0xA3290A) is known color: Rust. HEX triplet: A3, 29 and 0A. RGB value is (163,41,10). Sum of RGB (Red+Green+Blue) = 163+41+10=214 (28% of max value = 765). Red value is 163 (64.06% from 255 or 76.17% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 163 - color contains mainly: red. Hex color #A3290A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3290A is #5CD6F5. Grayscale: #4A4A4A. Windows color (decimal): -6084342 or 666019. OLE color: 666019.

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

Color convert

RGB 163 41 10 -
CMYK 0 0.75 0.94 0.36
HSL 12.16º 0.88% 0.34% -
HSV(B) 12.16º 0.94% 0.64% -
XYZ 15.95 9.39 1.26 -
YUV 73.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 163 41 10 0 0.75 0.94 0.36 12.16 0.88 0.34
Hex A3 29 A 0 4B 5E 24 C 58 22
Octal 243 51 12 0 113 136 44 14 130 42
Binary 10100011 101001 1010 0 1001011 1011110 100100 1100 1011000 100010

Color Harmonies of #A3290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3290A

Black with #A3290A

Text Example


Text Example

White with #A3290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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