Html Css Color HEX #A03210 Rust

📋 copy color: '#A03210'

red 160 ◦ green 50 ◦ blue 16

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

Shades of Rust #A03210

Tints of Rust #A03210

RGB

 RED value IS 160 (62.89% from 255) = 70.8%

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 16 (6.64% from 255) = 7.08%

R = 70.8%
G = 22.12%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A03210 (or 0xA03210) is known color: Rust. HEX triplet: A0, 32 and 10. RGB value is (160,50,16). Sum of RGB (Red+Green+Blue) = 160+50+16=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A03210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03210 is #5FCDEF. Grayscale: #4F4F4F. Windows color (decimal): -6278640 or 1061536. OLE color: 1061536.

HSL color Cylindrical-coordinate representation of color #A03210: hue angle of 14.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A03210 is Cyan = 0, Magento = 0.69, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 16 -
CMYK 0 0.69 0.9 0.37
HSL 14.17º 0.82% 0.35% -
HSV(B) 14.17º 0.9% 0.63% -
XYZ 15.73 9.79 1.55 -
YUV 79.01 92.44 185.76 -
System Red Green Blue C M Y K H S L
Decimal 160 50 16 0 0.69 0.9 0.37 14.17 0.82 0.35
Hex A0 32 10 0 45 5A 25 E 52 23
Octal 240 62 20 0 105 132 45 16 122 43
Binary 10100000 110010 10000 0 1000101 1011010 100101 1110 1010010 100011

Color Harmonies of #A03210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03210

Black with #A03210

Text Example


Text Example

White with #A03210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03210; }

 p { color: rgb(160,50,16); }

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

background-color css

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

 a { background-color: rgb(160,50,16); }

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

border-color css

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

 span { border-color: rgb(160,50,16); }

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