Html Css Color HEX #A03914 Rust

📋 copy color: '#A03914'

red 160 ◦ green 57 ◦ blue 20

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

Shades of Rust #A03914

Tints of Rust #A03914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.05%

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

R = 67.51%
G = 24.05%
B = 8.44%

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

#A03914 (or 0xA03914) is known color: Rust. HEX triplet: A0, 39 and 14. RGB value is (160,57,20). Sum of RGB (Red+Green+Blue) = 160+57+20=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03914 is #5FC6EB. Grayscale: #535353. Windows color (decimal): -6276844 or 1325472. OLE color: 1325472.

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

Color convert

RGB 160 57 20 -
CMYK 0 0.64 0.88 0.37
HSL 15.86º 0.78% 0.35% -
HSV(B) 15.86º 0.88% 0.63% -
XYZ 16.09 10.45 1.83 -
YUV 83.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 160 57 20 0 0.64 0.88 0.37 15.86 0.78 0.35
Hex A0 39 14 0 40 58 25 10 4E 23
Octal 240 71 24 0 100 130 45 20 116 43
Binary 10100000 111001 10100 0 1000000 1011000 100101 10000 1001110 100011

Color Harmonies of #A03914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03914

Black with #A03914

Text Example


Text Example

White with #A03914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03914; }

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

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

background-color css

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

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

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

border-color css

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

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

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