Html Css Color HEX #A03301 Rust

📋 copy color: '#A03301'

red 160 ◦ green 51 ◦ blue 1

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

Shades of Rust #A03301

Tints of Rust #A03301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.06%

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

R = 75.47%
G = 24.06%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03301 (or 0xA03301) is known color: Rust. HEX triplet: A0, 33 and 01. RGB value is (160,51,1). Sum of RGB (Red+Green+Blue) = 160+51+1=212 (28% of max value = 765). Red value is 160 (62.89% from 255 or 75.47% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 160 - color contains mainly: red. Hex color #A03301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03301 is #5FCCFE. Grayscale: #4E4E4E. Windows color (decimal): -6278399 or 78752. OLE color: 78752.

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

Color convert

RGB 160 51 1 -
CMYK 0 0.68 0.99 0.37
HSL 18.87º 0.99% 0.32% -
HSV(B) 18.87º 0.99% 0.63% -
XYZ 15.69 9.84 1.1 -
YUV 77.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 160 51 1 0 0.68 0.99 0.37 18.87 0.99 0.32
Hex A0 33 1 0 44 63 25 13 63 20
Octal 240 63 1 0 104 143 45 23 143 40
Binary 10100000 110011 1 0 1000100 1100011 100101 10011 1100011 100000

Color Harmonies of #A03301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03301

Black with #A03301

Text Example


Text Example

White with #A03301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03301; }

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

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

background-color css

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

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

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

border-color css

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

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

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