Html Css Color HEX #A03F10 Rust

📋 copy color: '#A03F10'

red 160 ◦ green 63 ◦ blue 16

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

Shades of Rust #A03F10

Tints of Rust #A03F10

RGB

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

 GREEN value IS 63 (25% from 255) = 26.36%

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

R = 66.95%
G = 26.36%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A03F10 (or 0xA03F10) is known color: Rust. HEX triplet: A0, 3F and 10. RGB value is (160,63,16). Sum of RGB (Red+Green+Blue) = 160+63+16=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F10 is #5FC0EF. Grayscale: #565656. Windows color (decimal): -6275312 or 1064864. OLE color: 1064864.

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

Color convert

RGB 160 63 16 -
CMYK 0 0.61 0.9 0.37
HSL 19.58º 0.82% 0.35% -
HSV(B) 19.58º 0.9% 0.63% -
XYZ 16.37 11.07 1.76 -
YUV 86.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 160 63 16 0 0.61 0.9 0.37 19.58 0.82 0.35
Hex A0 3F 10 0 3D 5A 25 14 52 23
Octal 240 77 20 0 75 132 45 24 122 43
Binary 10100000 111111 10000 0 111101 1011010 100101 10100 1010010 100011

Color Harmonies of #A03F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F10

Black with #A03F10

Text Example


Text Example

White with #A03F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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