Html Css Color HEX #A03505 Rust

📋 copy color: '#A03505'

red 160 ◦ green 53 ◦ blue 5

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

Shades of Rust #A03505

Tints of Rust #A03505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.31%

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 73.39%
G = 24.31%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A03505 (or 0xA03505) is known color: Rust. HEX triplet: A0, 35 and 05. RGB value is (160,53,5). Sum of RGB (Red+Green+Blue) = 160+53+5=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A03505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03505 is #5FCAFA. Grayscale: #4F4F4F. Windows color (decimal): -6277883 or 341408. OLE color: 341408.

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

Color convert

RGB 160 53 5 -
CMYK 0 0.67 0.97 0.37
HSL 18.58º 0.94% 0.32% -
HSV(B) 18.58º 0.97% 0.63% -
XYZ 15.8 10.03 1.25 -
YUV 79.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 160 53 5 0 0.67 0.97 0.37 18.58 0.94 0.32
Hex A0 35 5 0 43 61 25 13 5E 20
Octal 240 65 5 0 103 141 45 23 136 40
Binary 10100000 110101 101 0 1000011 1100001 100101 10011 1011110 100000

Color Harmonies of #A03505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03505

Black with #A03505

Text Example


Text Example

White with #A03505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03505; }

 p { color: rgb(160,53,5); }

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

background-color css

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

 a { background-color: rgb(160,53,5); }

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

border-color css

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

 span { border-color: rgb(160,53,5); }

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