Html Css Color HEX #A03F02 Rust

📋 copy color: '#A03F02'

red 160 ◦ green 63 ◦ blue 2

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

Shades of Rust #A03F02

Tints of Rust #A03F02

RGB

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

 GREEN value IS 63 (25% from 255) = 28%

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

R = 71.11%
G = 28%
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

#A03F02 (or 0xA03F02) is known color: Rust. HEX triplet: A0, 3F and 02. RGB value is (160,63,2). Sum of RGB (Red+Green+Blue) = 160+63+2=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F02 is #5FC0FD. Grayscale: #555555. Windows color (decimal): -6275326 or 147360. OLE color: 147360.

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

Color convert

RGB 160 63 2 -
CMYK 0 0.61 0.99 0.37
HSL 23.16º 0.98% 0.32% -
HSV(B) 23.16º 0.99% 0.63% -
XYZ 16.29 11.03 1.33 -
YUV 85.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 160 63 2 0 0.61 0.99 0.37 23.16 0.98 0.32
Hex A0 3F 2 0 3D 63 25 17 62 20
Octal 240 77 2 0 75 143 45 27 142 40
Binary 10100000 111111 10 0 111101 1100011 100101 10111 1100010 100000

Color Harmonies of #A03F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03F02

Black with #A03F02

Text Example


Text Example

White with #A03F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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