Html Css Color HEX #A03A10 Rust

📋 copy color: '#A03A10'

red 160 ◦ green 58 ◦ blue 16

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

Shades of Rust #A03A10

Tints of Rust #A03A10

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

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

R = 68.38%
G = 24.79%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A03A10 (or 0xA03A10) is known color: Rust. HEX triplet: A0, 3A and 10. RGB value is (160,58,16). Sum of RGB (Red+Green+Blue) = 160+58+16=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A10 is #5FC5EF. Grayscale: #535353. Windows color (decimal): -6276592 or 1063584. OLE color: 1063584.

HSL color Cylindrical-coordinate representation of color #A03A10: hue angle of 17.5º 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 #A03A10 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 58 16 -
CMYK 0 0.64 0.9 0.37
HSL 17.5º 0.82% 0.35% -
HSV(B) 17.5º 0.9% 0.63% -
XYZ 16.1 10.54 1.68 -
YUV 83.71 89.79 182.42 -
System Red Green Blue C M Y K H S L
Decimal 160 58 16 0 0.64 0.9 0.37 17.5 0.82 0.35
Hex A0 3A 10 0 40 5A 25 12 52 23
Octal 240 72 20 0 100 132 45 22 122 43
Binary 10100000 111010 10000 0 1000000 1011010 100101 10010 1010010 100011

Color Harmonies of #A03A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A10

Black with #A03A10

Text Example


Text Example

White with #A03A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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