Html Css Color HEX #A03001 Rust

📋 copy color: '#A03001'

red 160 ◦ green 48 ◦ blue 1

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

Shades of Rust #A03001

Tints of Rust #A03001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 76.56%
G = 22.97%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03001 (or 0xA03001) is known color: Rust. HEX triplet: A0, 30 and 01. RGB value is (160,48,1). Sum of RGB (Red+Green+Blue) = 160+48+1=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A03001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03001 is #5FCFFE. Grayscale: #4C4C4C. Windows color (decimal): -6279167 or 77984. OLE color: 77984.

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

Color convert

RGB 160 48 1 -
CMYK 0 0.70 0.99 0.37
HSL 17.74º 0.99% 0.32% -
HSV(B) 17.74º 0.99% 0.63% -
XYZ 15.56 9.59 1.06 -
YUV 76.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 160 48 1 0 0.70 0.99 0.37 17.74 0.99 0.32
Hex A0 30 1 0 46 63 25 12 63 20
Octal 240 60 1 0 106 143 45 22 143 40
Binary 10100000 110000 1 0 1000110 1100011 100101 10010 1100011 100000

Color Harmonies of #A03001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03001

Black with #A03001

Text Example


Text Example

White with #A03001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03001; }

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

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

background-color css

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

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

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

border-color css

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

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

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