Html Css Color HEX #A03A03 Rust

📋 copy color: '#A03A03'

red 160 ◦ green 58 ◦ blue 3

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

Shades of Rust #A03A03

Tints of Rust #A03A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 72.4%
G = 26.24%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A03A03 (or 0xA03A03) is known color: Rust. HEX triplet: A0, 3A and 03. RGB value is (160,58,3). Sum of RGB (Red+Green+Blue) = 160+58+3=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A03 is #5FC5FC. Grayscale: #525252. Windows color (decimal): -6276605 or 211616. OLE color: 211616.

HSL color Cylindrical-coordinate representation of color #A03A03: hue angle of 21.02º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03A03 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 58 3 -
CMYK 0 0.64 0.98 0.37
HSL 21.02º 0.96% 0.32% -
HSV(B) 21.02º 0.98% 0.63% -
XYZ 16.03 10.51 1.27 -
YUV 82.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 160 58 3 0 0.64 0.98 0.37 21.02 0.96 0.32
Hex A0 3A 3 0 40 62 25 15 60 20
Octal 240 72 3 0 100 142 45 25 140 40
Binary 10100000 111010 11 0 1000000 1100010 100101 10101 1100000 100000

Color Harmonies of #A03A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A03

Black with #A03A03

Text Example


Text Example

White with #A03A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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