Html Css Color HEX #A03A02 Rust

📋 copy color: '#A03A02'

red 160 ◦ green 58 ◦ blue 2

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

Shades of Rust #A03A02

Tints of Rust #A03A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.36%

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

R = 72.73%
G = 26.36%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A03A02 (or 0xA03A02) is known color: Rust. HEX triplet: A0, 3A and 02. RGB value is (160,58,2). Sum of RGB (Red+Green+Blue) = 160+58+2=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A02 is #5FC5FD. Grayscale: #525252. Windows color (decimal): -6276606 or 146080. OLE color: 146080.

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

Color convert

RGB 160 58 2 -
CMYK 0 0.64 0.99 0.37
HSL 21.27º 0.98% 0.32% -
HSV(B) 21.27º 0.99% 0.63% -
XYZ 16.02 10.5 1.24 -
YUV 82.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 160 58 2 0 0.64 0.99 0.37 21.27 0.98 0.32
Hex A0 3A 2 0 40 63 25 15 62 20
Octal 240 72 2 0 100 143 45 25 142 40
Binary 10100000 111010 10 0 1000000 1100011 100101 10101 1100010 100000

Color Harmonies of #A03A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A02

Black with #A03A02

Text Example


Text Example

White with #A03A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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