Html Css Color HEX #A03E02 Rust

📋 copy color: '#A03E02'

red 160 ◦ green 62 ◦ blue 2

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

Shades of Rust #A03E02

Tints of Rust #A03E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 71.43%
G = 27.68%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03E02 (or 0xA03E02) is known color: Rust. HEX triplet: A0, 3E and 02. RGB value is (160,62,2). Sum of RGB (Red+Green+Blue) = 160+62+2=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03E02 is #5FC1FD. Grayscale: #545454. Windows color (decimal): -6275582 or 147104. OLE color: 147104.

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

Color convert

RGB 160 62 2 -
CMYK 0 0.61 0.99 0.37
HSL 22.78º 0.98% 0.32% -
HSV(B) 22.78º 0.99% 0.63% -
XYZ 16.23 10.92 1.31 -
YUV 84.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 160 62 2 0 0.61 0.99 0.37 22.78 0.98 0.32
Hex A0 3E 2 0 3D 63 25 17 62 20
Octal 240 76 2 0 75 143 45 27 142 40
Binary 10100000 111110 10 0 111101 1100011 100101 10111 1100010 100000

Color Harmonies of #A03E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E02

Black with #A03E02

Text Example


Text Example

White with #A03E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E02; }

 p { color: rgb(160,62,2); }

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

background-color css

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

 a { background-color: rgb(160,62,2); }

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

border-color css

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

 span { border-color: rgb(160,62,2); }

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