Html Css Color HEX #A03B03 Rust

📋 copy color: '#A03B03'

red 160 ◦ green 59 ◦ blue 3

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

Shades of Rust #A03B03

Tints of Rust #A03B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

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

R = 72.07%
G = 26.58%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A03B03 (or 0xA03B03) is known color: Rust. HEX triplet: A0, 3B and 03. RGB value is (160,59,3). Sum of RGB (Red+Green+Blue) = 160+59+3=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B03 is #5FC4FC. Grayscale: #535353. Windows color (decimal): -6276349 or 211872. OLE color: 211872.

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

Color convert

RGB 160 59 3 -
CMYK 0 0.63 0.98 0.37
HSL 21.4º 0.96% 0.32% -
HSV(B) 21.4º 0.98% 0.63% -
XYZ 16.08 10.61 1.29 -
YUV 82.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 160 59 3 0 0.63 0.98 0.37 21.4 0.96 0.32
Hex A0 3B 3 0 3F 62 25 15 60 20
Octal 240 73 3 0 77 142 45 25 140 40
Binary 10100000 111011 11 0 111111 1100010 100101 10101 1100000 100000

Color Harmonies of #A03B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03B03

Black with #A03B03

Text Example


Text Example

White with #A03B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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