Html Css Color HEX #A03201 Rust

📋 copy color: '#A03201'

red 160 ◦ green 50 ◦ blue 1

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

Shades of Rust #A03201

Tints of Rust #A03201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.7%

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

R = 75.83%
G = 23.7%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03201 (or 0xA03201) is known color: Rust. HEX triplet: A0, 32 and 01. RGB value is (160,50,1). Sum of RGB (Red+Green+Blue) = 160+50+1=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A03201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03201 is #5FCDFE. Grayscale: #4D4D4D. Windows color (decimal): -6278655 or 78496. OLE color: 78496.

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

Color convert

RGB 160 50 1 -
CMYK 0 0.69 0.99 0.37
HSL 18.49º 0.99% 0.32% -
HSV(B) 18.49º 0.99% 0.63% -
XYZ 15.64 9.76 1.09 -
YUV 77.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 160 50 1 0 0.69 0.99 0.37 18.49 0.99 0.32
Hex A0 32 1 0 45 63 25 12 63 20
Octal 240 62 1 0 105 143 45 22 143 40
Binary 10100000 110010 1 0 1000101 1100011 100101 10010 1100011 100000

Color Harmonies of #A03201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03201

Black with #A03201

Text Example


Text Example

White with #A03201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03201; }

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

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

background-color css

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

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

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

border-color css

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

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

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