Html Css Color HEX #A03901 Rust

📋 copy color: '#A03901'

red 160 ◦ green 57 ◦ blue 1

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

Shades of Rust #A03901

Tints of Rust #A03901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 73.39%
G = 26.15%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03901 (or 0xA03901) is known color: Rust. HEX triplet: A0, 39 and 01. RGB value is (160,57,1). Sum of RGB (Red+Green+Blue) = 160+57+1=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A03901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03901 is #5FC6FE. Grayscale: #515151. Windows color (decimal): -6276863 or 80288. OLE color: 80288.

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

Color convert

RGB 160 57 1 -
CMYK 0 0.64 0.99 0.37
HSL 21.13º 0.99% 0.32% -
HSV(B) 21.13º 0.99% 0.63% -
XYZ 15.97 10.4 1.2 -
YUV 81.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 160 57 1 0 0.64 0.99 0.37 21.13 0.99 0.32
Hex A0 39 1 0 40 63 25 15 63 20
Octal 240 71 1 0 100 143 45 25 143 40
Binary 10100000 111001 1 0 1000000 1100011 100101 10101 1100011 100000

Color Harmonies of #A03901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03901

Black with #A03901

Text Example


Text Example

White with #A03901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03901; }

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

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

background-color css

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

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

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

border-color css

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

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

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