Html Css Color HEX #A03A14 Rust

📋 copy color: '#A03A14'

red 160 ◦ green 58 ◦ blue 20

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

Shades of Rust #A03A14

Tints of Rust #A03A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 67.23%
G = 24.37%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03A14 (or 0xA03A14) is known color: Rust. HEX triplet: A0, 3A and 14. RGB value is (160,58,20). Sum of RGB (Red+Green+Blue) = 160+58+20=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 58 (23.05% from 255 or 24.37% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A14 is #5FC5EB. Grayscale: #545454. Windows color (decimal): -6276588 or 1325728. OLE color: 1325728.

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

Color convert

RGB 160 58 20 -
CMYK 0 0.64 0.88 0.37
HSL 16.29º 0.78% 0.35% -
HSV(B) 16.29º 0.88% 0.63% -
XYZ 16.14 10.55 1.85 -
YUV 84.17 91.79 182.09 -
System Red Green Blue C M Y K H S L
Decimal 160 58 20 0 0.64 0.88 0.37 16.29 0.78 0.35
Hex A0 3A 14 0 40 58 25 10 4E 23
Octal 240 72 24 0 100 130 45 20 116 43
Binary 10100000 111010 10100 0 1000000 1011000 100101 10000 1001110 100011

Color Harmonies of #A03A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A14

Black with #A03A14

Text Example


Text Example

White with #A03A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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